diff --git a/README.md b/README.md index 9198db7..0eece03 100644 --- a/README.md +++ b/README.md @@ -39,36 +39,36 @@ For the supported distributions get the install repositories and instructions fr 1. Add the MinGW Repositories ``` - $ sudo zypper ar obs://windows:mingw:win32 mingw32 - $ sudo zypper ar obs://windows:mingw:win64 mingw64 - $ sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 - $ sudo zypper ref + sudo zypper ar obs://windows:mingw:win32 mingw32 + sudo zypper ar obs://windows:mingw:win64 mingw64 + sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 + sudo zypper ref ``` 2. Get libv3270 sources from git ``` - $ git clone https://github.com/PerryWerneck/libv3270.git ./v3270 + git clone https://github.com/PerryWerneck/libv3270.git ./v3270 ``` 3. Install 64 bits cross compilers ``` - $ ./v3270/win/install-cross.sh --64 + ./v3270/win/install-cross.sh --64 ``` 4. Configure 64 bits build environment ``` - $ ./v3270/win/win-configure.sh --64 + ./v3270/win/win-configure.sh --64 ``` 5. Build ``` - $ cd v3270 - $ make clean - $ make all + cd v3270 + make clean + make all ``` ### Windows native with MSYS2 @@ -78,21 +78,21 @@ For the supported distributions get the install repositories and instructions fr 2. Install the required libraries ``` - $ pacman -S mingw-w64-x86_64-gtk3 + pacman -S mingw-w64-x86_64-gtk3 ``` 2. Get libv3270 sources from git ``` - $ git clone https://github.com/PerryWerneck/libv3270.git ./libv3270 + git clone https://github.com/PerryWerneck/libv3270.git ./libv3270 ``` 4. Build library using the mingw shell ``` - $ cd libv3270 - $ ./autogen.sh - $ make all + cd libv3270 + ./autogen.sh + make all ``` ## Building for macOS (using homebrew) @@ -102,15 +102,15 @@ For the supported distributions get the install repositories and instructions fr 2. Install additional dependencies ```shell - $ brew install gtk+3 + brew install gtk+3 ``` 3. Configure, build and install ```shell - $ ./autogen.sh --prefix="$(brew --cellar)/libv3270/5.3" - $ make all && make install - $ brew link libv3270 + ./autogen.sh --prefix="$(brew --cellar)/libv3270/5.3" + make all && make install + brew link libv3270 ``` ### Uninstalling @@ -118,7 +118,7 @@ For the supported distributions get the install repositories and instructions fr 1. To uninstall ```shell - $ brew unlink libv3270 - $ rm -fr "$(brew --cellar)/libv3270" + brew unlink libv3270 + rm -fr "$(brew --cellar)/libv3270" ``` -- libgit2 0.21.2