- Hands-On Game Development with WebAssembly
- Rick Battagline
- 132字
- 2021-06-24 13:41:01
Installing Emscripten on Ubuntu
If you are installing on Ubuntu, you should be able to use the apt-get package manager and git for the complete install. Let's move forward:
- Python is required, so if you do not have Python installed, be sure to run the following:
sudo apt-get install python
- If you do not already have Git installed, run the following:
sudo apt-get install git
- Now you will need to clone the Git repository for emsdk:
git clone https://github.com/emscripten-core/emsdk.git
- Change your directory to move into the emsdk directory:
cd emsdk
- From here, you need to install the latest version of the SDK tools, activate it, and set your environment variables:
./emsdk install latest ./emsdk activate latest source ./emsdk_env.sh
- To make sure everything was installed correctly, run the following command:
emcc --version
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- ATmega16單片機項目驅動教程
- Linux KVM虛擬化架構實戰指南
- 電腦組裝、維護、維修全能一本通(全彩版)
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- CC2530單片機技術與應用
- 計算機組裝與維護(第3版)
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- 面向對象分析與設計(第3版)(修訂版)
- Building 3D Models with modo 701
- 筆記本電腦維修300問
- Hands-On Artificial Intelligence for Banking
- Neural Network Programming with Java(Second Edition)
- LPC1100系列處理器原理及應用
- Hands-On Deep Learning for Images with TensorFlow