Update BUILD_ATRACDENC.md

This commit is contained in:
Stefano Brilli 2020-08-22 10:19:00 +02:00 committed by GitHub
parent b0c2916686
commit 284aa7bda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ mkdir build
cd build
emcmake cmake .. -DBUILD_TESTING=false -DENABLE_EXTERNAL_LIBS=false -DCMAKE_INSTALL_PREFIX=./installation
emmake make
emmake install
emmake make install
exit
```
@ -21,6 +21,7 @@ cd atracdenc
# cp -r ../libsndfile/build/installation libsndfile
cd src
# Remove the TEST_BIG_ENDIAN block in CMakeFile.txt. WASM is little endian.
cd ..
docker run -ti -v`pwd`:/src trzeci/emscripten-upstream sh -c bash
mkdir build
cd build