Merge pull request #15 from polluks/patch-1

Added multithreading hint
This commit is contained in:
drmortalwombat 2023-06-27 08:13:23 +02:00 committed by GitHub
commit 228bf95329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ The compressed files can be loaded into memory and decompressed using the oscar_
The windows installer puts the samples into the users documents folder, using the directory "%userprofile%\documents\oscar64\samples". A batch file *make.bat* is also placed into this directory which invokes the compiler and builds all samples. It invokes a second batch file in "%userprofile%\documents\oscar64\bin\oscar64.bat" that calls the compiler.
On a linux installation one can build the samples invoking the *build.sh* shell script in the samples directory.
On a linux installation one can build the samples invoking the *build.sh* shell script in the samples directory, for multithreading use *make -C samples -j*.
### Debugging