From fa40a3e6d26ce00a0b0455383293a4ca1b781afa Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Mon, 19 Aug 2019 21:34:41 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a4180..4bfbda2 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,15 @@ supports variable amount, variable sides and fudge dice at the moment: * bison * flex * cmocka >= 1.0.1 +* cmake To build ``libdice`` run: ```shell -$ ./configure --prefix="/usr" +$ mkdir build; cd build +$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr $ make +$ make test $ sudo make install ```