... | ... | @@ -17,7 +17,7 @@ To have access to implemented already functions and functionalities by W-SLDA To |
|
|
```
|
|
|
When using W-SLDA Toolkit API you are forced to use [C99](https://en.wikipedia.org/wiki/C99) standard. To compile code with such header use command of structure:
|
|
|
```bash
|
|
|
gcc -std=gnu99 -I$WSLDA/hpc-engine -I$WSLDA/lib-wdata -L$WSLDA/lib-wdata -lwdatac -I$YOUR_PROJECT_FOLDER ...
|
|
|
gcc -std=gnu99 -I$WSLDA/hpc-engine -I$WSLDA/lib/wdata/c -L$WSLDA/lib/wdata -lwdatac -I$YOUR_PROJECT_FOLDER ...
|
|
|
```
|
|
|
where `YOUR_PROJECT_FOLDER` points to the folder where your `predefines.h` is located. It is recommended to copy and compile extension codes in the project folder, then `YOUR_PROJECT_FOLDER=.`.
|
|
|
|
... | ... | |