diff --git a/Build-Note.md b/Build-Note.md index 0e4097b..3c2b4f5 100644 --- a/Build-Note.md +++ b/Build-Note.md @@ -1,5 +1,7 @@ ## Build for Windows +- Install Visual Studio and use Native Tools Command Prompt + ``` mkdir build-x64 cd build-x64 @@ -11,6 +13,8 @@ cmake --build . --config Release ## Build for Linux ``` +apt-get install g++ make cmake + mkdir build-x64 cd build-x64 cmake ..