Update BUILD_ATRACDENC.md
This commit is contained in:
parent
b0c2916686
commit
284aa7bda0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue