search
[last updated: 2021-06-14]
go to: kiCad home page
-----
--------------------------------------------------------------------------
Manually install libraries:
Web instructions are to them execute:
$ ./configure
however no such file error
Didn't record what else I did, but eventually I was successful in getting kicad installed including libraries...
----------------------------------
Download the desired .tar.gz or (.tar.bz2) file
Open Terminal
Extract the .tar.gz or (.tar.bz2) file with the following commands
tar xvzf PACKAGENAME.tar.gz
tar xvjf PACKAGENAME.tar.bz2
Navigate to the extracted folder using cd command
cd PACKAGENAME
Now run the following command to install the tarball
./configure
make
sudo make install
-----------------------------------------
how to install tar.gz in ubuntu
tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
-----------------------------------------
.
.
.
eof