An open API service indexing awesome lists of open source software.

https://github.com/ampl/plugins

AMPL Plugin Library
https://github.com/ampl/plugins

Last synced: 10 months ago
JSON representation

AMPL Plugin Library

Awesome Lists containing this project

README

          

# Table handlers for AMPL

## Build instructions

Either clone this repository recursively:
```
git clone --recursive https://github.com/ampl/plugins.git
```
or, after cloning, check out the submodules:
```
git submodule update --init
```

To generate build files using cmake, for Linux/Unix/OSX systems (change 64 to 32 if a 32 bits build is needed):

```
mkdir build
cd build
cmake .. -DARCH=64
```

On Windows, with Visual Studio 2017+:
```
mkdir build
cd build
cmake ..
```

add `-A Win32` to the cmake statement to generate 32 bits libraries.