0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
James Yonan
5539a22684 Repo reorganization: standardize on $O3 representing the top-level
directory that contains core and possibly other components as well.
2014-08-29 18:42:02 -06:00
James Yonan
302046c3ea Updated build scripts for repo reorganization. 2014-08-28 13:33:14 -06:00
James Yonan
5975b4b53c Core build script changes:
* Added new cross-platform boost/build-boost script.

* Added new LINK_MODE var (static|shared) that is
  used by Boost, PolarSSL, and OpenSSL (Linux) builds.

* More DEP_DIR flexibility:
  (a) DEP_DIR can be defined prior to call of build-all scripts.
  (b) On Linux, vars-linux script will not override DEP_DIR.
2014-03-03 14:34:39 -07:00
James Yonan
f9660fe8ae Minor fixes to iOS build scripts:
* build-all can be run from any directory, will still use
  ~/src/mac to write products.

* to make sure that scripts don't trigger a false error exit
  by their caller, add "exit 0" to last line of all scripts
  called by build-all.
2014-01-13 17:51:19 -07:00
James Yonan
0f17a169fc Added notes (doc/README.txt) describing OpenVPN 3 build process on
Mac OS X that is intended to be used with openvpn3.tar.gz
distribution.
2013-06-28 04:17:27 +00:00
James Yonan
0caeeb533e Turned on snappy compression support in mobile clients. 2012-09-08 23:02:09 +00:00