Closer align Makefiles & Dockerfiles (#748)

This commit is contained in:
David Chavez
2022-08-02 16:22:20 +02:00
committed by GitHub
parent 4ed82c71dc
commit 61c68666d6
15 changed files with 116 additions and 175 deletions

View File

@@ -32,13 +32,6 @@ sudo docker run --rm -it -v $(pwd):/soh soh /bin/bash
```
Inside the Docker container:
```bash
# Clone and build StormLib
git clone https://github.com/ladislav-zezula/StormLib external/StormLib
cmake -B external/StormLib/build -S external/StormLib
cmake --build external/StormLib/build
cp external/StormLib/build/libstorm.a external
cp /usr/local/lib/libGLEW.a external
cd soh
# Extract the assets/Compile the exporter/Run the exporter
make setup -j$(nproc) OPTFLAGS=-O2 DEBUG=0