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)
|
||||
|
||||
```bash
|
||||
# 1. First time only: install toolchain and dependencies
|
||||
./build-clangtron-windows.sh setup
|
||||
|
||||
# 2. Clone citron Neo source
|
||||
# 1. Clone citron Neo source
|
||||
git clone https://github.com/citron-neo/emulator.git
|
||||
cd emulator
|
||||
|
||||
# 2. First time only: install toolchain and dependencies
|
||||
./build-clangtron-windows.sh setup
|
||||
|
||||
# 3. Build the PGO instrumentation binary
|
||||
./build-clangtron-windows.sh generate --pgo-type ir --lto full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user