mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Also update build-related section of README. Follow-up to #18 Signed-off-by: Akos Kiss <akiss@inf.u-szeged.hu>
3 lines
148 B
Bash
Executable file
3 lines
148 B
Bash
Executable file
#!/bin/bash
|
|
cmake -H. -Bbw_output -DESCARGOT_HOST=linux -DESCARGOT_ARCH=x64 -DESCARGOT_MODE=release -DESCARGOT_OUTPUT=bin -GNinja
|
|
ninja -Cbw_output
|