26 Star 56 Fork 29

lins05 / libsearpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
poet 提交于 2012-06-10 00:26 . For python package in mac
Basic Installation
==================
Libsearpc requires several other packages to be built. Before installing, read the `README` file and
MAKE SURE the required packages have been installed in your system.
1. If you downladed a tarball. Extract it to some path like `~/dev`, and cd ~/dev/libsearpc-1.0
If you git-cloned it from the repo, just cd into the directory.
2. run the following commands sequentially:
./autogen.sh
./configure
make
make install
Note that `make install` requires root privilege, for example `sudo make install` in Debian distribution.
Optionally compile pysearpc
===========================
By default, Pysearpc are compiled. If you'd like to not compile pysearpc, use the following command:
./configure --enable-compile-python=no
In this way, Pysearpc would not be compiled or installed.
In MacOs, if you want to use py2app, you would better run the following commnads:
./configure LDFLAGS="-Xlinker -headerpad_max_install_names"
In this way, the following error will be avoided:
raise ValueError("New Mach-O header is too large to relocate")
Optionally compile demos
========================
By default, a pair of client/server demo programs are compiled. If you'd like to disable this, use
the following command:
./configure --enable-compile-demo=no
Note that whatever your choice is, the demos would never be installed. They just stay in the source
directory.
Other options
=============
Other options provided by Autoconf can be found in the manual of GNU Autoconf.
http://www.gnu.org/software/autoconf/manual/autoconf.html
C
1
https://gitee.com/lins05/libsearpc.git
git@gitee.com:lins05/libsearpc.git
lins05
libsearpc
libsearpc
master

搜索帮助