diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-18 21:39:39 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-18 22:06:25 +0100 |
commit | 8d7ea57a004908890760ffc77f2b4cc1fc6ae789 (patch) | |
tree | 189fd1ef8befde54786e240810e71e66b0a8550e /README | |
parent | a24fa3e3053eccae3981c7a1bf3995d0e67b1036 (diff) | |
download | json-rpc-shell-8d7ea57a004908890760ffc77f2b4cc1fc6ae789.tar.gz json-rpc-shell-8d7ea57a004908890760ffc77f2b4cc1fc6ae789.tar.xz json-rpc-shell-8d7ea57a004908890760ffc77f2b4cc1fc6ae789.zip |
Convert to CMake, fix terminal resize behaviour
Fucking terminals, always broken in one way or another.
For future reference, libedit acts even worse than readline.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -10,15 +10,16 @@ Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well. Building and Running -------------------- -Build dependencies: clang, pkg-config, GNU make, Jansson, cURL, readline - -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. +Build dependencies: CMake, pkg-config, libev, Jansson, cURL, readline $ git clone https://github.com/pjanouch/json-rpc-shell.git + $ mkdir build + $ cd build + $ cmake .. -DCMAKE_BUILD_TYPE=Debug $ make -That is all, no installation is required, or supported for that matter. +Now you can run the following command to get some help about the exact usage: + $ ./json-rpc-shell --help License ------- |