install
来自「funambol windows mobile plugin source co」· 代码 · 共 29 行
TXT
29 行
Compiling
=========
To compile the Sync4j C++ Client API on POSIX systems like Linux the
GNU autotools (libtool/autoconf/automake) are used. All files
necessary to invoke the normal
configure && make && make install
are provided.
You must have the "curl-config" in your shell search path. You
can get it either by compiling libcurl from source
(http://curl.haxx.se/) or by installing a libcurl development
package for your operating system.
Maintainer Notes
================
To modify the build scripts, install the development packages of:
- autoconf
- automake
- libtool
After editing some of the input files (configure.ac, Makefile.am)
the next "make" run will rebuild the build files automatically.
If that somehow doesn't work, the sequence of commands
used to setup the autotools is contained in autogen.sh.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?