updating readme, improving buffer transfer to GPU

This commit is contained in:
Kbz-8
2023-11-14 07:46:06 +01:00
parent 52929e215c
commit 5dce6a2c8e
2 changed files with 14 additions and 28 deletions

View File

@@ -47,6 +47,11 @@ cd MacroLibX
make
```
If you want to build using GCC you can add `TOOLCHAIN=gcc` to your `make` command
```bash
make TOOLCHAIN=gcc
```
## 🔨 Compile your project
To compile your project with MacroLibX, you just provide the shared library path in your compilation/linking command: