Skip to content

Instantly share code, notes, and snippets.

@mattvenn
Created May 19, 2018 10:37
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/966003ba87379bddfa441c74965b075b to your computer and use it in GitHub Desktop.
Save mattvenn/966003ba87379bddfa441c74965b075b to your computer and use it in GitHub Desktop.
install kicad from source on ubuntu 18.04 LTS

kdir 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