diff --git a/doc/index.html b/doc/index.html index 15d25029..d7e01f61 100644 --- a/doc/index.html +++ b/doc/index.html @@ -128,6 +128,7 @@
+ You should download the xschem sources from one of these repositories: +
++ svn checkout svn://repo.hu/xschem/trunk xschem-src +
+ svn checkout https://svn.code.sf.net/p/xschem/code/ xschem-src +
+ git clone https://github.com/StefanSchippers/xschem.git xschem-src +
+ If you have a binary xschem package installed on the system you should remove it.
+ Packaged xschem versions are too old and they conflict with the one you are building from source.
+ To remove: (this command is for Debian/Ubuntu, use similar commands for other distributions)
+ sudo apt-get purge xschem
+
in order to install the program run the following command:
- user:~$ cd xschem-<version>; ./configure + user:~$ cd xschem-src; ./configure
This will make all the necessary checks for required libraries and system tools.