Commit 536ab563 authored by Saul Ibarra's avatar Saul Ibarra

Simplify instructions for building MinGW package

parent db36a376
......@@ -129,10 +129,8 @@ install the client side VNC libraries.
* Install dependencies: pacman -S mingw-w64-i686-pkgconf patch
* Get the package code: darcs get http://devel.ag-projects.com/repositories/windows/mingw-w64-libvncclient
* Enter the directory and build the package: cd mingw-w64-libvncclient && makepkg-mingw -L --nocheck
* In case the above command fails with an error regarding a non-existent icon file,
just run "makepkg-mingw -L --nocheck" again
* Install the package: pacman -U mingw-w64-i686-libvncclient*any.pkg.tar.xz
* Enter the directory and build+instal the package: cd mingw-w64-libvncclient && makepkg-mingw -cifL --nocheck --nosign
* In case the above command fails with an error run it again
Step 2. Build and run Blink
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment