diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-18 22:44:59 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-18 22:51:50 +0200 |
commit | 47bb99261cab035f944a6d49624b59409257cfb0 (patch) | |
tree | 1317032a50fadcae324493b0863626465c3986ed | |
parent | d53f2baa3b7ce1371c9bebd8842d2ed7f1f6c5de (diff) | |
download | xK-47bb99261cab035f944a6d49624b59409257cfb0.tar.gz xK-47bb99261cab035f944a6d49624b59409257cfb0.tar.xz xK-47bb99261cab035f944a6d49624b59409257cfb0.zip |
Update README
There's no hope of making it work with BSD make, and GNU make is
in the ports tree anyway.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Some interesting features: Building and Running -------------------- -Build dependencies: openssl, clang, pkg-config, make, awk, sh +Build dependencies: openssl, clang, pkg-config, GNU make, awk, sh If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work just as good. But there's no CMake support yet, so I force it in the Makefile. |