-
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.
-
javac
,maven
,lein
-
clang
,make
,cmake
,pkg-config
,xxd
Add the needed libraries.
pacman -S webkitgtk libzip zlib
sudo yum install webkitgtk3-devel libzip-devel libcurl-devel
sudo apt-get install javascriptcoregtk-4.0 libglib2.0-dev libzip-dev libcurl4-gnutls-dev libicu-dev
brew install libzip icu4c
(WIP)
nix-env -iA nixos.webkitgtk nixos.glib nixos.pcre nixos.libzip nixos.icu nixos.curl
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