Changes between Version 15 and Version 16 of AlsprocDevelopment
- Timestamp:
- Jun 20, 2014, 4:48:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlsprocDevelopment
v15 v16 46 46 Alsproc can be found in subversion under tools/alsproc. Obtain a copy with svn checkout. 47 47 {{{ 48 svn checkout http ://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/trunk/tools/alsproc48 svn checkout https://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/trunk/tools/alsproc 49 49 }}} 50 50 … … 62 62 And finally, tag the branch version if you advanced the version number. 63 63 {{{ 64 svn cp http ://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/trunk/tools/alsproc http://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/tags/alsproc-0.0.9 -m "tagging new version of alsproc"64 svn cp https://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/trunk/tools/alsproc https://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/tags/alsproc-0.0.9 -m "tagging new version of alsproc" 65 65 }}} 66 66 … … 89 89 {{{ 90 90 cd ~arsf/usr/opt/alsproc 91 svn checkout http ://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/tags/alsproc-0.0.991 svn checkout https://rsg.pml.ac.uk/intranet/svnroots/arsf-internal/tags/alsproc-0.0.9 92 92 cd alsproc-0.0.9/src 93 93 make