doc updates (xschem install)

This commit is contained in:
Stefan Frederik 2022-10-25 12:55:34 +02:00
parent 2c9151ea92
commit 0aa705040c
2 changed files with 43 additions and 5 deletions

View File

@ -128,6 +128,7 @@
<td >3.0.0 release, now including windows binary distribution<br>
</td>
</tr>
<tr>
<td >20220721<br>
</td>
@ -155,16 +156,23 @@
<a href="xschem_man/xschem_man.html" target="_blank">XSCHEM manual</a>
<br>
</div>
<h2 style="text-align: center;">Download Source code</h2>
<h2 style="text-align: center;">Download RELEASED Source code</h2>
<div style="text-align: center;">
<a href="http://repo.hu/projects/xschem/releases">Current release</a>
<br>
<a href="https://sourceforge.net/projects/xschem/" target="_blank">XSCHEM releases on Sourceforge, without automatic configure</a>
<br>
SVN: svn checkout svn://repo.hu/xschem/trunk<br>
<a href="https://sourceforge.net/projects/xschem/" target="_blank">XSCHEM releases on Sourceforge</a>
<br>
</div>
<h2 style="text-align: center;">Download Development source code </h2>
<div style="margin: auto; width: 60%;">
<ul>
<li>SVN on repo.hu (primary development site): <br><kbd>svn checkout svn://repo.hu/xschem/trunk xschem-src</kbd></li>
<li>SVN on sourceforge.net: <br><kbd>svn checkout https://svn.code.sf.net/p/xschem/code/ xschem-src</kbd></li>
<li>GIT on github.com: <br><kbd>git clone https://github.com/StefanSchippers/xschem.git xschem-src</kbd></li>
</ul>
<br>
</div>
<h2 style="text-align: center;">Download Windows Binary</h2>

View File

@ -20,12 +20,42 @@ p{padding: 15px 30px 10px;}
<a href="run_xschem.html" class="next">NEXT</a>
<!-- slide title -->
<h1> DOWNLOAD XSCHEM </h1><br>
<p>
You should download the xschem sources from one of these repositories:
</p>
<ul>
<li> From repo.hu with subversion:</li>
<pre class="code">
svn checkout svn://repo.hu/xschem/trunk xschem-src
</pre><br>
<li> From sourceforge.net with subversion:</li>
<pre class="code">
svn checkout https://svn.code.sf.net/p/xschem/code/ xschem-src
</pre><br>
<li> From github.com with git:</li>
<pre class="code">
git clone https://github.com/StefanSchippers/xschem.git xschem-src
</pre><br>
</ul>
<h2> Attention </h2>
<p class="important">
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)<br>
<kbd> sudo apt-get purge xschem</kbd><br>
</p>
<h1> INSTALL XSCHEM </h1><br>
<p>
in order to install the program run the following command:
</p>
<pre class="code">
user:~$ cd xschem-&lt;version&gt;; ./configure
user:~$ cd xschem-src; ./configure
</pre>
<p>
This will make all the necessary checks for required libraries and system tools.