Adapted in web page xorriso-tcltk links and changed SVN/bzr references to git
This commit is contained in:
parent
7371115b25
commit
b48c54c7ce
@ -187,15 +187,15 @@ Click on this image to see a screenshot:
|
||||
ALT="To screenshot of frontend script xorriso-tcltk"></A>
|
||||
<BR>
|
||||
See also file
|
||||
<A HREF="http://svn.libburnia-project.org/libisoburn/trunk/frontend/README-tcltk">
|
||||
<A HREF="https://dev.lovelyhq.com/libburnia/libisoburn/raw/master/frontend/README-tcltk">
|
||||
frontend/README-tcltk.
|
||||
</A>
|
||||
<BR>
|
||||
The script <KBD>xorriso-tcltk</KBD>
|
||||
is part of the tarball and gets installed by <KBD>make install</KBD>. If a
|
||||
xorriso distro package does not install it, you may get it directly from
|
||||
<A HREF="http://libburnia-project.org/export/head/libisoburn/trunk/frontend/xorriso-tcltk">
|
||||
libburnia SVN: frontend/xorriso-tcltk
|
||||
<A HREF="https://dev.lovelyhq.com/libburnia/libisoburn/raw/master/frontend/xorriso-tcltk">
|
||||
libburnia git: libisoburn/frontend/xorriso-tcltk
|
||||
</A>
|
||||
You will probably have to give it x-permission after download. Some browsers
|
||||
insist in adding ".htm" to the file name.
|
||||
@ -708,24 +708,24 @@ from repositories of
|
||||
xorriso is part of libisoburn/trunk and will get built by its "make".
|
||||
</DT>
|
||||
|
||||
<DT>Be warned that the libraries in SVN and bzr are development versions with
|
||||
<DT>Be warned that the libraries in git are development versions with
|
||||
possibly unstable API/ABI enhancements. Do not distribute development
|
||||
versions for dynamic linking. Only release versions are safe for that.
|
||||
</DT>
|
||||
<DD>Download: <KBD><B>svn co http://svn.libburnia-project.org/libburn/trunk libburn</B>
|
||||
<DD>Download: <KBD><B>git clone https://dev.lovelyhq.com/libburnia/libburn.git</B>
|
||||
</KBD></DD>
|
||||
<DD>Install: <KBD><B>cd libburn ; ./bootstrap ; ./configure --prefix /usr ; make ; make install</B>
|
||||
</KBD></DD>
|
||||
<DD>Download:
|
||||
<KBD><B>bzr branch lp:~libburnia-team/libisofs/scdbackup</B></KBD>
|
||||
<KBD><B>git clone https://dev.lovelyhq.com/libburnia/libisofs.git</B></KBD>
|
||||
</DD>
|
||||
<DD>Install: <KBD><B>cd libisofs ; ./bootstrap ; ./configure --prefix /usr ; make ; make install</B>
|
||||
</KBD></DD>
|
||||
<DD>Download: <KBD><B>svn co http://svn.libburnia-project.org/libisoburn/trunk libisoburn</B>
|
||||
<DD>Download: <KBD><B>git clone https://dev.lovelyhq.com/libburnia/libisoburn.git</B>
|
||||
</KBD></DD>
|
||||
<DD>Install: <KBD><B>cd libisoburn ; ./bootstrap ; ./configure --prefix /usr ; make ; make install</B>
|
||||
</KBD></DD>
|
||||
<DT>Build of SVN versions needs autotools of at least version 1.7 installed.
|
||||
<DT>Build of git versions needs autotools of at least version 1.7 installed.
|
||||
But after the run of <KBD>./bootstrap</KBD>, only
|
||||
vanilla tools like make and gcc are needed.
|
||||
</DT>
|
||||
|
Loading…
Reference in New Issue
Block a user