From 1604a0971a3058fcdac1f4fc2e9c6597e161d6f0 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 17 Jul 2019 22:34:18 -0300 Subject: [PATCH] Updating readme. --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index a8f0609..4e6b48e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,32 @@ Installation repositories Building for Linux ================== +1. Get lib3270 sources from git + + * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270 + +2. Install the required libraries + + * autoconf + * automake + * binutils + * coreutils + * gcc-c++ + * gettext-devel + * m4 + * pkgconfig + * openssl-devel + * dbus-1-devel + * xz + +(This command can make it easy on SuSE: grep -i buildrequires rpm/lib3270.spec | cut -d: -f2 | sudo xargs zypper in ) + +3. Configure and build + + * ./autogen.sh + * make clean + * make Debug + Cross-compiling for Windows =========================== -- libgit2 0.21.2