Update README.md

This commit is contained in:
Jarno Lehtinen 2019-04-16 22:07:37 +03:00 committed by GitHub
parent dc3de38081
commit 9964dc3ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -90,13 +90,8 @@ sudo apt install build-essential
unzip Soarer_Converter_v1.10.zip
cd tools
unzip Soarer_sctools_v1.10_source.zip
cd common
gcc -c hid_tokens.cpp macro_tokens.cpp
cd ../scas
g++ scas.cpp -o scas ../common/hid_tokens.o ../common/macro_tokens.o
cd ../scwr
gcc scwr.c -o scwr
cd build/linux
make
```