Skip to content

Latest commit

 

History

History
 
 

bazel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OR-Tools Bazel Build Instructions

Status

Introduction

| Dependencies | Integration | CI |

OR-Tools comes with a Bazel based build (WORKSPACE) that can be used on a wide range of platforms. If you don't have Bazel installed already, you can download it for free from https://bazel.build/.

warning: Currently OR-Tools Bazel doesn't support Python, Java nor .Net, please use the Makefile or CMake based build instead.

OR-Tools depends on severals mandatory libraries.

  • Google Abseil-cpp,
  • Google Gflags,
  • Google Glog,
  • Google Protobuf,
  • Google Gtest,
  • GLPK (GNU Linear Programming Kit)

TODO