Skip to content

Commit

Permalink
tools.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ztl8702 committed Apr 15, 2018
1 parent 346d83c commit d4810a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions wasm-demo/tools.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
emscripten 1.37.35
boost: https://github.com/arielm/chronotext-boost
1.62


LIBRARIES="--with-system --with-filesystem --with-iostreams --with-regex --with-signals --with-locale"


special cmake toolchain file

emscripten/1.37.35/cmake/Modules/Platform/Emscripten.cmake

comment out these lines in Emscripten.cmake
#set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
#set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
#set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)


0 comments on commit d4810a6

Please sign in to comment.