Skip to content

Commit

Permalink
Minimal build instructions and link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak authored Feb 2, 2021
1 parent 5716ba8 commit 7678559
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ generate your own project.

You should then be able to follow the usual build instructions.

For local builds this is:
```
mkdir build
cd build
cmake -D32BLIT_PATH=/path/to/32blit/ ..
```

Platform/Editor specific insctuctions [can be found in the main 32blit repo](https://github.com/pimoroni/32blit-beta#more-docs)
(For Visual Studio, you should follow the "Option 2" instructions, as the boilerplate does not contain a solution file)

0 comments on commit 7678559

Please sign in to comment.