update BUILDING-CLANGTRON-WINDOWS.md

fix the order of the quick start steps
This commit is contained in:
cheezwiz7899
2026-05-08 22:00:59 +12:00
committed by GitHub
parent 5d4bb65394
commit 203b2a0135
+4 -4
View File
@@ -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