This project reimplements Gschem using Gtk+-3.0.
The goals of this project include:
- Migrate Gschem to GTK+-3.0
-
Install Git. This step can be skipped with Git already installed. Use the following command to install or update Git:
sudo apt install git
-
Obtain the source code. Use the following command to obtain source code from GitHub:
git clone https://github.com/ehennes775/gschem3.git
-
Prepare the build. Enter the project directory and prepare the build using the following two commands:
cd gschem3 ./autogen.sh
-
Configure the build. Configure the build using the following command:
./configure
-
Build from source. Build the program using the following command:
make
-
Run tests. Optionally, run tests using the following command:
make check
-
Install. Install the program using the following command:
sudo make install