mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-06-25 05:01:34 +00:00
For python package in mac
This commit is contained in:
parent
a1628f7055
commit
4b51d49593
5
INSTALL
5
INSTALL
@ -27,6 +27,11 @@ By default, Pysearpc are compiled. If you'd like to not compile pysearpc, use th
|
|||||||
|
|
||||||
In this way, Pysearpc would not be compiled or installed.
|
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
|
Optionally compile demos
|
||||||
========================
|
========================
|
||||||
|
@ -55,7 +55,7 @@ fi
|
|||||||
if test x"$MSYSTEM" = x"MINGW32"; then
|
if test x"$MSYSTEM" = x"MINGW32"; then
|
||||||
autoreconf --install -I/local/share/aclocal
|
autoreconf --install -I/local/share/aclocal
|
||||||
elif test "${TERM_PROGRAM}" = "Apple_Terminal" ; then
|
elif test "${TERM_PROGRAM}" = "Apple_Terminal" ; then
|
||||||
autoreconf --install -I/usr/local/share/aclocal
|
autoreconf --install -I/opt/local/share/aclocal
|
||||||
else
|
else
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user