Install Rapidsvn with the source code in Ubuntu13.04
Source: Internet
Author: User
The default installation directory of Rapidsvn is:/usr/local preparation: 1.install apr-1.4.6.tar.gztar-zxvfapr-1.4.6.tar.gz cdapr-1.4.6. /configure -- prefix/usr/local/apr-1.4.6makemakeinstall2. install the source code in Ubuntu13.04. the default installation directory of Rapidsvn is/usr/local. preparations: 1. install apr-1.4.6.tar.gz tar-zxvf apr-1.4.6.tar.gz cd apr-1.4.6. /configure -- prefix =/usr/local/apr-1.4.6 make install 2. install apr-util-1.5.1.tar.gz cd apr-util-1.5.1. /configure -- prefix =/usr/local/apr-util-1.5.1 -- with-apr =/usr/local/apr-1.4.6/make install 3. install subversion-1.7.7.tar.gz tar-zvxf subversion-1.7.7.tar.gz cd subversion-1.7.7. /configure -- prefix =/usr/local/subversion-1.7.7 -- with-apr =/usr/local/apr-1.4.6/-- with-apr-util =/usr/local/apr-util-1.5.1/this time an error is reported, because the subversion must be supported by sqlite http://www.sqlite.org/ Download the latest version of the source package, unzip the sqlite3.c file to subversion-1.7.7/sqlite-amalgamation/, and then recompile continue to report the error, lack of zlib, install zlib tar-zxvf zlib-1.2.8.tar.gz cd zlib-1.2.8. /configure -- prefix =/usr/local/zlib-1.2.8 make install to the subversion-1.7.7 directory. /configure -- prefix =/usr/local/subversion-1.7.7 -- with-apr =/usr/local/apr-1.4.6/-- with-apr-util =/usr/local/apr-util-1.5.1 /-- with-zlib =/usr/local/zlib-1.2.8/makemake install 4. install wxW Idgets-2.8.12.tar.gz tar-zvxf wxWidgets-2.8.12.tar.gz cd wxWidgets-2.8.12. /configure -- prefix =/usr/local/wxWidgets-2.8.12 at this time an error is reported, prompting the lack of gtk apt-get install libgtk2.0-dev continue to compile. /configure -- prefix =/usr/local/wxWidgets-2.8.12 make install after the preparation is complete; then jump to the rapidsvn-0.12.1 directory to compile rapidsvn. /configure -- prefix =/usr/local/rapidsvn-0.12.1 -- with-apr-config =/usr/local/apr-1.4.6/bin/apr-1-config -- with-apu-co Nfig =/usr/local/apr-util-1.5.1/bin/apu-1-config -- with-svn-include =/usr/local/subversion-1.7.7/include/-- with-svn-lib =/usr/ local/subversion-1.7.7/lib/-- with-wx-config =/usr/local/wxWidgets-2.8.12/bin/wx-config make install cd/usr/local/rapidsvn-0.12.1/ bin run the program. /rapidsvn prompts missing a series of library files (lib) cp/usr/local/wxWidgets-2.8.12/lib/libwx_gtk2_adv-2.8.so.0/usr/lib/libwx_gtk2_adv-2.8.so.0 cp/usr/ Local/wxWidgets-2.8.12/lib/libwx_gtk2_core-2.8.so.0/usr/lib/libwx_gtk2_core-2.8.so.0 cp/usr/local/wxWidgets-2.8.12/lib/libwx_gtk2_base-2.8.so.0/usr/lib/libwx_gtk2_base-2.8.so.0 cp/usr/local/wxWidgets-2.8.12/lib/ libwx_base-2.8.so.0/usr/lib/libwx_base-2.8.so.0 run program. /rapidsvn OK installation is complete now!
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service