Skip to content

Commit d8f6d72

Browse files
authored
Update README.md
Updated requirements for building in Linux.
1 parent 8ef5a14 commit d8f6d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ As an aside: the utilities have more command line options than just `-f`. The `-
5555
### Linux
5656
Prerequisites are
5757
* libbsd-dev
58-
* libusb-1.0-dev
58+
* libfontconfig-dev
5959
* libgtk-3-dev
60+
* libusb-1.0-dev
6061
* glfw-3.3 (libglfw3-dev)
6162

6263
The development packages for these modules must be present. If you build glfw from source (as a static library), you can configure the path to the include files and the library in makefile.cfg. In particular, on some Linux distributions the library is called `glfw` rather than `glfw3`; in this case, create a `makefile.cfg` file in the same directory as `Makefile.linux` and add the following line to it:

0 commit comments

Comments
 (0)