From 9964dc3ea6e6e2393a1f755f9062c64550056293 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 16 Apr 2019 22:07:37 +0300 Subject: [PATCH] Update README.md --- PS2_Soarer_Converter/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/PS2_Soarer_Converter/README.md b/PS2_Soarer_Converter/README.md index f96e319..a4f827e 100644 --- a/PS2_Soarer_Converter/README.md +++ b/PS2_Soarer_Converter/README.md @@ -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 ```