Skip to content

Instantly share code, notes, and snippets.

@mattvenn
Created May 19, 2018 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvenn/2aa864092b7ea2105d8d8b764ed3c4d0 to your computer and use it in GitHub Desktop.
Save mattvenn/2aa864092b7ea2105d8d8b764ed3c4d0 to your computer and use it in GitHub Desktop.
ubuntu kicad 18.04 LTS install notes
mkdir kicad-build
cd kicad-build
git clone -b master https://git.launchpad.net/kicad
cd kicad/
git checkout 3045509
mkdir -p build/release
cd build/release/
sudo apt install cmake
sudo apt install build-essential
sudo apt install libwxgtk3.0-dev
sudo apt install libglew-dev
sudo apt install libglm-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt install pkgconf
sudo apt install libcairo2-dev
sudo apt install libboost1.62-all
sudo apt install libssl-dev
cmake -DCMAKE_BUILD_TYPE=Release ../../
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment