mirror of
https://github.com/citron-neo/emulator.git
synced 2026-07-05 15:21:57 -07:00
update BUILDING-CLANGTRON-WINDOWS.md
fix the order of the quick start steps
This commit is contained in:
@@ -7,13 +7,13 @@ This document covers building a Windows PE (`citron.exe`) using `build-clangtron
|
|||||||
## Quick Start (Recommended: IR PGO + Full LTO)
|
## Quick Start (Recommended: IR PGO + Full LTO)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. First time only: install toolchain and dependencies
|
# 1. Clone citron Neo source
|
||||||
./build-clangtron-windows.sh setup
|
|
||||||
|
|
||||||
# 2. Clone citron Neo source
|
|
||||||
git clone https://github.com/citron-neo/emulator.git
|
git clone https://github.com/citron-neo/emulator.git
|
||||||
cd emulator
|
cd emulator
|
||||||
|
|
||||||
|
# 2. First time only: install toolchain and dependencies
|
||||||
|
./build-clangtron-windows.sh setup
|
||||||
|
|
||||||
# 3. Build the PGO instrumentation binary
|
# 3. Build the PGO instrumentation binary
|
||||||
./build-clangtron-windows.sh generate --pgo-type ir --lto full
|
./build-clangtron-windows.sh generate --pgo-type ir --lto full
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user