Skip to content

Commit

Permalink
Merge pull request #2 from Bit-Quill/alinaliBQ-patch-1
Browse files Browse the repository at this point in the history
 Update README.md
  • Loading branch information
alinaliBQ authored Feb 1, 2022
2 parents 7d42d92 + ee2e330 commit e5d901d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
1. Ensure to add path to WiX executables (e.g. `C:\Program Files (x86)\WiX Toolset v3.11\bin`)
4. Java **JDK** (version 8+ - 17 recommended)
1. Ensure to set `JAVA_HOME`.
2. Ensure to save Java `\bin` and `\server` directories to the User `PATH` variable.
5. Boost Test Framework
1. Install via [VCPKG](https://vcpkg.io/en/getting-started.html) using `.\vcpkg install openssl:x64-windows boost-test:x64-windows boost-asio:x64-windows boost-chrono:x64-windows boost-interprocess:x64-windows boost-regex:x64-windows boost-system:x64-windows boost-thread:x64-windows`
6. Run one of the build scripts to create an initial compilation.
Expand All @@ -43,7 +44,8 @@
4. `brew install boost`
5. Install Java **JDK** (version 8+ - 17 recommended)
- This can be done through Homebrew using `brew install --cask temurin<version>`.
- Ensure to set `JAVA_HOME`.
- Ensure to set `JAVA_HOME`.
- Ensure to save Java `/bin` and `/server` directories to the User `PATH` variable.
6. If creating a debug build (`./build_mac_debug64.sh`), LLVM is required.
- If you only have XCode Command Line Tools, use the LLVM included with XCode by modifying the PATH with `export PATH=/Library/Developer/CommandLineTools/usr/bin/:$PATH`. Ensure this XCode path comes first in $PATH. If error occurs, check that clang and llvm are under folder Library/Developer/CommandLineTools/usr/bin.
- If you have XCode application, to ensure LLVM and CMake are compatible, use the LLVM included with XCode by modifying the PATH with `export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/:$PATH`.
Expand Down

0 comments on commit e5d901d

Please sign in to comment.