LoginSignup
0
1

More than 5 years have passed since last update.

emscriptenをアップデートする

Last updated at Posted at 2014-09-02

入れっぱなしのEmscripten SDKをアップデートする

./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

古いものを消す

リストを出す

./emsdk list --old

消す

どうやら、clang等個別にちまちま一つづつ指定する必要がある。

./emsdk uninstall clang-e1.16.0-64bit 
./emsdk uninstall emscripten-1.13.0

まとめ

最近はHomebrewで入れてもいいのかもだが、
現在のPortable SDK以前から使っていることもあるので、
なんとなく、素の状態で入れてるままになっている。

関連記事

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1