mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
Mention external dependencies.
This commit is contained in:
parent
d7daaa61e5
commit
90478d68da
@ -49,7 +49,7 @@ The Carp REPL has built-in documentation, run ```(help)``` to access it!
|
||||
(SDLApp.run-with-callbacks &app SDLApp.quit-on-esc tick draw state)))
|
||||
```
|
||||
|
||||
To build this example, save it to a file called 'example.carp' and load it with ```(load "example.carp")```, then execute ```(build)``` to build an executable, and ```(run)``` to start.
|
||||
To build this example, save it to a file called 'example.carp' and load it with ```(load "example.carp")```, then execute ```(build)``` to build an executable, and ```(run)``` to start. The external dependecies are SDL2 and pkg-config.
|
||||
|
||||
### Language Designer & Lead Developer
|
||||
[Erik Svedäng](http://www.eriksvedang.com) ([@e_svedang](https://twitter.com/e_svedang))
|
||||
|
Loading…
Reference in New Issue
Block a user