19 lines
670 B
C++
19 lines
670 B
C++
This file describes how to install the or-tools C++ binary archive.
|
|
|
|
OR-Tools is located at https://developers.google.com/optimization
|
|
|
|
These modules have been tested under:
|
|
- ubuntu 12.04 and up (32 and 64 bit).
|
|
- Mac OS X Lion and up with xcode 4.x (64 bit).
|
|
- Microsoft Visual studio 2012 and 2013 (32 and 64 bit).
|
|
|
|
Upon decompressing the archive, you will get the following structure:
|
|
|
|
or-tools/
|
|
LICENSE-2.0.txt <- Apache License
|
|
README <- This file
|
|
examples/ <- C++ examples
|
|
lib/ <- directory containing the ortools complete library
|
|
include/ <- all include files
|
|
Makefile/ <- Main makefile
|