remove pkg-config dependency
This commit is contained in:
@ -5,15 +5,6 @@ To compile for Microsoft Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
|
||||
|
||||
----
|
||||
|
||||
|
||||
[0] Dependencies
|
||||
|
||||
For MacOS, Unicorn requires "pkg-config" package.
|
||||
Brew users can install this with:
|
||||
|
||||
$ brew install pkg-config
|
||||
|
||||
|
||||
[1] Tailor Unicorn to your need.
|
||||
|
||||
Out of 6 archtitectures supported by Unicorn (Arm, Arm64, M68K, Mips, Sparc,
|
||||
|
@ -33,22 +33,20 @@ Unicorn can be compiled either on Ubuntu or Windows.
|
||||
|
||||
$ pacman -S python2
|
||||
$ pacman -S make
|
||||
$ pacman -S pkg-config
|
||||
$ pacman -S mingw-w64-i686-toolchain
|
||||
|
||||
- To compile for Windows 64-bit, run:
|
||||
|
||||
$ pacman -S python2
|
||||
$ pacman -S make
|
||||
$ pacman -S pkg-config
|
||||
$ pacman -S mingw-w64-x86_64-toolchain
|
||||
|
||||
- For Cygwin, "make", "gcc-core", "pkg-config", "libpcre-devel", "zlib-devel"
|
||||
- For Cygwin, "make", "gcc-core", "libpcre-devel", "zlib-devel"
|
||||
are needed.
|
||||
|
||||
If apt-cyg is available, you can install these with:
|
||||
|
||||
$ apt-cyg install make gcc-core pkg-config libpcre-devel zlib-devel
|
||||
$ apt-cyg install make gcc-core libpcre-devel zlib-devel
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user