Skip to content

composernew/composerlib

Repository files navigation

Algorithmic Composer

A Tool for Algorithmic Composition

Two-dimensional Algorithmics


Work in progress


Build Status Latest Release Website lbesson.bitbucket.org


Facebook QZone Weibo Reddit Twitter LinkedIn WhatsApp Line.me Telegram.me HackerNews


Table of Contents

Quick start

First, make sure you have the latest version of CMake in you system. Then, proceed with the following steps:

  1. Clone the composerlib repository from GitHub using the following command:
git clone git@github.com:composernew/composerlib.git
  1. Enter the composerlib directory:
cd composerlib
  1. Create a directory to build the project:
mkdir build
cd build
  1. Configure the build script
cmake .. -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10  -DCMAKE_CXX_FLAGS="-O2" -DCMAKE_BUILD_TYPE=Release
  1. Build all targets:
cmake --build . -j 2 --config Release
  1. Start with the optimizer example:
cd examples
./example_optimizer

Algorithms

Criteria

Integration

Packages

Build from source

Dependencies

Building the Examples

Installing from Source

Building the packages

CMake targets

Find it as a CMake Package

Use it as a CMake subdirectory

CMake with Automatic Download

Limitations

Contributing

Roadmap

Thanks

References

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •