Skip to content

Commit

Permalink
fix: update new build name
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 9, 2024
1 parent dab95e8 commit dfaf741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ It builds upon a fork of both the original [Fuego C++ code on Source Forge](http
./build-xcframework.sh
```

This script builds `gtpengine`, `smartgame`, `go` and `gouct` libraries, merges them into a single lib (per platform), and packs libs from different platforms into `./build/fuego.xcframework`.
This script builds `gtpengine`, `smartgame`, `go` and `gouct` libraries, merges them into a single lib (per platform), and packs libs from different platforms into `./build/Fuego.xcframework`.

This script also downloads Boost (before building), however, now there is no need to build Boost libraries because the Boost libraries that need to be built are no longer used for these fuego subprojects. Only `fuegomain` and `fuegotest` depend on the `boost.program_options` library that needs to be built. But they are not part of `fuego.xcframework`.
This script also downloads Boost (before building), however, now there is no need to build Boost libraries because the Boost libraries that need to be built are no longer used for these fuego subprojects. Only `fuegomain` and `fuegotest` depend on the `boost.program_options` library that needs to be built. But they are not part of `Fuego.xcframework`.

You can check this build file and enable / disable output by toggling `if true; then` to `if false; then`. Currently it is set to build:

Expand Down

0 comments on commit dfaf741

Please sign in to comment.