-
Notifications
You must be signed in to change notification settings - Fork 68
Building
Mike Fikes edited this page Nov 25, 2016
·
40 revisions
This page list notes for building on various target operating systems. Please feel free to add notes for any new operating system you have built Planck on.
Ensure that the following build tools are available.
-
java
,maven
,lein
-
clang
,cmake
,xxd
Add the needed libraries.
pacman -S webkitgtk libzip zlib
sudo yum install webkitgtk3-devel libzip-devel libcurl-devel
sudo apt-get install pkg-config javascriptcoregtk-4.0 libglib2.0-dev libzip-dev libcurl4-gnutls-dev libicu-dev
brew install pkg-config libzip icu4c
sudo apt-get install javascriptcoregtk-3.0 libglib2.0-dev libzip-dev libcurl4-gnutls-dev libicu-dev
sudo apt-get install javascriptcoregtk-4.0 libglib2.0-dev libzip-dev libcurl4-gnutls-dev libicu-dev