Commit 1604a0971a3058fcdac1f4fc2e9c6597e161d6f0

Authored by Perry Werneck
1 parent 8885132a

Updating readme.

Showing 1 changed file with 26 additions and 0 deletions   Show diff stats
README.md
... ... @@ -17,6 +17,32 @@ Installation repositories
17 17 Building for Linux
18 18 ==================
19 19  
  20 +1. Get lib3270 sources from git
  21 +
  22 + * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270
  23 +
  24 +2. Install the required libraries
  25 +
  26 + * autoconf
  27 + * automake
  28 + * binutils
  29 + * coreutils
  30 + * gcc-c++
  31 + * gettext-devel
  32 + * m4
  33 + * pkgconfig
  34 + * openssl-devel
  35 + * dbus-1-devel
  36 + * xz
  37 +
  38 +(This command can make it easy on SuSE: grep -i buildrequires rpm/lib3270.spec | cut -d: -f2 | sudo xargs zypper in )
  39 +
  40 +3. Configure and build
  41 +
  42 + * ./autogen.sh
  43 + * make clean
  44 + * make Debug
  45 +
20 46  
21 47 Cross-compiling for Windows
22 48 ===========================
... ...