Skip to content

Commit 27db34d

Browse files
author
Robot
committed
Generate sources (f966397)
1 parent 00f0f9b commit 27db34d

File tree

24 files changed

+4195
-4148
lines changed

24 files changed

+4195
-4148
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ If SFML can't be found, make sure it is installed and consult the [CMake options
127127

128128
#### Configure the path to VoidCSFML libraries
129129

130-
The *voidcsfml/lib* folder contains the dynamic libraries that are needed to run any *CrSFML* program. So you need to configure the full path to them whenever you work with *CrSFML* so the linker can find them. To apply these for the current shell session, run:
130+
Now the *voidcsfml* folder contains the dynamic libraries that are needed to run any *CrSFML* program. So you need to configure the full path to them whenever you work with *CrSFML* so the linker can find them. To apply these for the current shell session, run:
131131

132132
```bash
133-
export LIBRARY_PATH=/full/path/to/crsfml/voidcsfml/lib # Used during linking
134-
export LD_LIBRARY_PATH="$LIBRARY_PATH" # Used when running a binary
133+
export LIBRARY_PATH=/full/path/to/crsfml/voidcsfml # Used during linking
134+
export LD_LIBRARY_PATH="$LIBRARY_PATH" # Used when running a binary
135135

136136
# Try running an example:
137137
cd examples

src/audio/lib.cr

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)