Skip to content

ehennes775/gschem3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gschem3

This project reimplements Gschem using Gtk+-3.0.

⚠️ This project has not reached minimum viability.

The goals of this project include:

  1. Migrate Gschem to GTK+-3.0

Installation

  1. Install Git. This step can be skipped with Git already installed. Use the following command to install or update Git:

    sudo apt install git
    
  2. Obtain the source code. Use the following command to obtain source code from GitHub:

    git clone https://github.com/ehennes775/gschem3.git
    
  3. Prepare the build. Enter the project directory and prepare the build using the following two commands:

    cd gschem3
    ./autogen.sh
    
  4. Configure the build. Configure the build using the following command:

    ./configure
    
  5. Build from source. Build the program using the following command:

    make
    
  6. Run tests. Optionally, run tests using the following command:

    make check
    
  7. Install. Install the program using the following command:

    sudo make install
    

About

Reimplementation of Gschem using Gtk+-3.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages