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 @@ 3.0.0 release, now including windows binary distribution
+ 20220721
@@ -155,16 +156,23 @@ XSCHEM manual
-

Download Source code

+

Download RELEASED Source code

Current release
- XSCHEM releases on Sourceforge, without automatic configure -
- SVN: svn checkout svn://repo.hu/xschem/trunk
+ XSCHEM releases on Sourceforge
+

Download Development source code

+
+ +
+

Download Windows Binary

diff --git a/doc/xschem_man/install_xschem.html b/doc/xschem_man/install_xschem.html index 6e74c6b8..4f5db6b3 100644 --- a/doc/xschem_man/install_xschem.html +++ b/doc/xschem_man/install_xschem.html @@ -20,12 +20,42 @@ p{padding: 15px 30px 10px;} +

DOWNLOAD XSCHEM


+

+ You should download the xschem sources from one of these repositories: +

+ + +

Attention

+

+ 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
+

+ +

INSTALL 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.