bimplus-renderer
Version:
bim+ renderer
42 lines (28 loc) • 1.19 kB
Markdown
emcc for webassemblies
======================
Python installation
-------------------
Installation of python. On windows the best way is to open a powershell and type python. When python isn't installed a window is opened and python can be installed from webstore
After finished installation check installed python version in cmd or powershell
PS H:\> python --version
Python 3.8.6
Installation Emscripten
-----------------------
Install the emcc sdk.
Good description could be found here
https://www.tutorialspoint.com/webassembly/webassembly_installation.htm
Create some folder like C:\wa or C:\wa-emcc and clone the sdk inside this folder
Building Bimplus-Render
-----------------------
Add path information to systemvariables (Used installation folder for emcc like D:\wa-emcc\)
D:\wa-emcc\emsdk
D:\wa-emcc\emsdk\upstream\emscripten
D:\wa-emcc\emsdk\node\12.18.1_64bit\bin
D:\wa-emcc\emsdk\python\3.7.4-pywin32_64bit
D:\wa-emcc\emsdk\java\8.152_64bit\bin;
### Output of emcc is generated in bin folder
The
bin\
folder is needed for
npm run build
so we have excluded this file from .gitignore