Menu

Tree [r34] /
 History

HTTPS access


File Date Author Commit
 arpcbind 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 arpcgen 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 arpcinfo 2011-11-17 ckhardin [r33] update all the svn:ignore fields for the genera...
 build 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 libarpc 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 test 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 AUTHORS 2011-09-28 ckhardin [r10] update current authors and the copyright inform...
 COPYING 2011-09-28 ckhardin [r10] update current authors and the copyright inform...
 ChangeLog 2010-07-19 ckhardin [r1] checking in the initial export of the libarpc c...
 INSTALL 2010-07-19 ckhardin [r1] checking in the initial export of the libarpc c...
 Makefile.am 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...
 NEWS 2010-07-19 ckhardin [r1] checking in the initial export of the libarpc c...
 README 2010-07-19 ckhardin [r1] checking in the initial export of the libarpc c...
 bootstrap 2011-09-28 ckhardin [r8] hook up the atf hooks into the test directory, ...
 configure.ac 2011-12-22 ckhardin [r34] add support to build the rpcgen code on the hos...

Read Me

If building from the revision control system automake/autoconf infrastructure must be setup, run these commands:

aclocal
libtoolize --automake -c 
autoconf
autoheader
automake -ac

At this point, the tree is roughly in it's src distribution state.

Run:

./configure CFLAGS=-Wall to setup to build for the local platform.

Then 

make

make install

(or whatever)