From 8d7ea57a004908890760ffc77f2b4cc1fc6ae789 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Tue, 18 Nov 2014 21:39:39 +0100 Subject: 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. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 2cd62f8..0b8d43d 100644 --- a/README +++ b/README @@ -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 ------- -- cgit v1.2.3-54-g00ecf