mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-14 17:05:16 +01:00
Added info to the makefile
This commit is contained in:
parent
71a7483d20
commit
d603f64075
11
README.md
11
README.md
@ -8,6 +8,17 @@ Install this static library into your portlibs folder via:
|
|||||||
make && make install
|
make && make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Link the application with:
|
||||||
|
```
|
||||||
|
-ldynamiclibs
|
||||||
|
```
|
||||||
|
|
||||||
|
You also need to add the include path to your Makefile. Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
export INCLUDE := [...] -I$(PORTLIBS)/include
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To be able to use this library, you need to include the header initialize the OS functions.
|
To be able to use this library, you need to include the header initialize the OS functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user