From 8b26e3ef33e3871762ebd62acbff85b2c3abd9fc Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sat, 31 Jan 2015 20:35:30 +0200 Subject: Initial commit - Release 0.0.1 --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..a9003fd --- /dev/null +++ b/INSTALL @@ -0,0 +1,7 @@ +Installation Instructions +========================= + +1. Creaate configure scripts with 'autoreconf -iv' +2. Run './configure' +3. Run 'make -jN' where 'N' is number of CPU cores + 1 +4. run 'make install' -- cgit v1.2.3