17 lines
239 B
Plaintext
17 lines
239 B
Plaintext
INSTALLATION
|
|
|
|
Install any needed dependency packages:
|
|
- gcc
|
|
- g++
|
|
- pkg-config
|
|
- libfreetype6-dev
|
|
- libx11-dev
|
|
- libgl1-mesa-dev
|
|
|
|
Make sure submodules are checked out:
|
|
git submodule update --init
|
|
|
|
Build:
|
|
./configure
|
|
make
|