User Tools

Site Tools


subversion_install_installasi-svn-1.10-di-centos-6

Installasi Subversion 1.10 di Centos 6.x 64 bit

Silahkan download paket-paket yang diperlukan

mkdir /installer
cd /installer/

Install SQLite

wget https://sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
tar xvzf sqlite-autoconf-3230100.tar.gz
cd sqllite-autoconf
./configure --prefix=/usr     \
            --disable-static  \
            --enable-fts5     \
            CFLAGS="-g -O2                    \
            -DSQLITE_ENABLE_FTS4=1            \
            -DSQLITE_ENABLE_COLUMN_METADATA=1 \
            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
            -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
            -DSQLITE_SECURE_DELETE=1          \
            -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &&
make

Install Subversion

wget http://www-us.apache.org/dist/subversion/subversion-1.10.0.tar.gz
tar xvzf subversion-1.10.0.tar.gz
cd subversion-1.10.0
./configure --prefix=/usr             \
            --disable-static          \
            --with-apache-libexecdir  \
            --with-lz4=internal       \
            --with-utf8proc=internal &&
make

Test SVN

svn help
svn --version

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
subversion_install_installasi-svn-1.10-di-centos-6.txt · Last modified: 2018/04/30 22:45 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki