- Download gEDA binary suite from here(HTTP) or here(FTP). If those two links don't work anymore, please refer to the gEDA download page: gEDA Binary Suite section
- Unzip the file using:
# tar xvjf gedasuite-linux-x86-0.0.2.tar.bz2
- The tarred file will produce gedasuite-linux-x86-<version> directory. Inside the directory, there's a script to install the software: install.sh
- Run the script and answer the questions:
# ./install.sh
- Add the gEDA directory to your path:
# echo "export PATH=your_geda_installation_dir:$PATH" >> $HOME/.bashrc
Friday, April 18, 2008
Installing gEDA less than 3-minutes
Here's the recipe for instant gEDA in your Linux:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment