Update build

This commit is contained in:
Nikola Petrov
2024-04-01 21:50:43 +02:00
parent b87dd4203b
commit a29393bc18
4 changed files with 63 additions and 14 deletions

View File

@@ -1,16 +1,11 @@
# how to build
```
g++ build.cpp -o build
```
after first emsdk clone run this
```
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ..
./build
or
./build run
or
./build cla build web // first clear all then build for web
```
# Code style