Skip to content

build script for ACE(The ADAPTIVE Communication Environment), x64 windows/linux platform

License

Notifications You must be signed in to change notification settings

sphawk/build-ace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-ace

build script for ace/openssl/zlib

default version

  • ace: master
  • zlib: master
  • openssl: 1.0.2-stable

Windows

Pre-requisites

  • Visual Studio 2015 Community Edition
  • git, use recent version (must support shallow clone)
  • perl, for build OpenSSL
  • do not use space in directory name
  • add PATH variable for git, perl

Usage

go to build-ace directory, input command below

nmake -f build_ace.msc clone zlib-install openssl-install ace-install

Linux

Pre-requisites

  • gcc/g++
  • perl
  • git

Usage

go to build-ace directory, input command below

make -f build_ace.linux clone zlib-install openssl-install ace-install

About

build script for ACE(The ADAPTIVE Communication Environment), x64 windows/linux platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages