Mention external dependencies.

This commit is contained in:
Erik Svedäng 2019-06-17 09:32:44 +02:00
parent d7daaa61e5
commit 90478d68da

View File

@ -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))