1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-25 10:54:41 +00:00
8bitworkshop/emsrc/sdcc/boost.sh

9 lines
287 B
Bash
Raw Normal View History

2017-04-15 04:12:21 +00:00
#!/bin/sh
rm -fr /tmp/boost
mkdir /tmp/boost
cd /tmp/boost
tar xjf ~/PuzzlingPlans/8bitworkshop/emsrc/sdcc/boost*.bz2
2017-04-15 04:12:21 +00:00
cd boost_1_63_0
emconfigure ./bootstrap.sh
emmake ./b2 install --prefix=$EMSCRIPTEN/system --with-graph link=static variant=release threading=single runtime-link=static