From 6de38be2078581db7be75e753f72885af90c6ab0 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 26 Jun 2023 12:08:47 +0200 Subject: [PATCH] Added multithreading hint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d18225..b03eeb6 100644 --- a/README.md +++ b/README.md @@ -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