Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howtos:install_gschem_on_m2010.2 [2017/10/03 18:20]
admin [Install pcb on Ubuntu 16.04 LTS]
howtos:install_gschem_on_m2010.2 [2021/05/04 21:11] (current)
admin [Install gschem 1.10.2 on Ubuntu 20.04 LTS]
Line 1: Line 1:
 +====== Install gschem 1.10.2 on Ubuntu 20.04 LTS ======
 +  * Install necessary packages.
 +<​code>​
 +$ sudo apt install guile-2.0 guile-2.0-dev libglib2.0-dev
 +$ sudo apt install libgtk2.0-dev libfam-dev python python2-dev
 +</​code>​
 +  * compile and install
 +<​code>​
 +$ cd geda-gaf-1.10.2
 +$ ./configure
 +$ make
 +$ sudo make install
 +</​code>​
 +  * make sure libraries in /​usr/​local/​bin are to be found
 +<​code>​
 +# echo "/​usr/​local/​lib"​ >> /​etc/​ld.so.conf.d/​x86_64-usr-local-lib.conf
 +# ldconfig
 +</​code>​
 +
 ====== Install gschem on Ubuntu 16.04 LTS ====== ====== Install gschem on Ubuntu 16.04 LTS ======
 Decided to install the latest versions of gEDA tools, since "​Import Schematics"​ does not work with stock ones delivered by Ubuntu. Decided to install the latest versions of gEDA tools, since "​Import Schematics"​ does not work with stock ones delivered by Ubuntu.
Line 33: Line 52:
 <​code>​ <​code>​
 $ sudo apt install intltool flex bison texinfo texlive-binaries dbus* dbus*-dev libdbus-1-dev freeglut* $ sudo apt install intltool flex bison texinfo texlive-binaries dbus* dbus*-dev libdbus-1-dev freeglut*
-$ sudo apt install mesa-common-dev libgl1-mesa-dev libglib2.0-dev gtk+-2.0 libgtkglext1-dev+$ sudo apt install mesa-common-dev libgl1-mesa-dev libglib2.0-dev gtk+-2.0 libgtkglext1-dev libgd-dev
 </​code>​ </​code>​
   * unpack sources into working directory   * unpack sources into working directory
howtos/install_gschem_on_m2010.2.1507047625.txt.gz ยท Last modified: 2017/10/03 18:20 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0