Install libstrophe from source
masterTo build and install libstrophe from a source control checkout, follow these steps:
- Generate the
configurescript:./bootstrap.sh - Configure and build the library:
./configure make - Install the library to your system (requires root/sudo):
make install
By default, the library installs to /usr/local/. To specify a different installation directory, use the --prefix option during the configuration step.
./bootstrap.sh
./configure
make
make install