Git Product home page Git Product logo

merlin's Introduction

Merlin++ 5.03

DOI

Welcome to Merlin++!! We hope you enjoy your stay. The current version of Merlin++ is 5.02.

The follow provides a very quick build guide. For a full in-depth installation guide please refer to the provided QuickStartGuide.pdf in the Documentation directory.

Building Merlin++

Create a build directory, and cd into it.

To configure, run:

cmake -DCMAKE_BUILD_TYPE=Release $PATH_TO_MERLIN_DIR

for example, if you created the build directory inside the Merlin++ directory,

cmake -DCMAKE_BUILD_TYPE=Release ..

To interactivly configure with more options, run:

ccmake $PATH_TO_MERLIN_DIR

To build run:

make OR make -jN

where 'N' is the number of CPUs available for parallel builds, e.g.

make -j4

The libmerlin.so library will be built in the build directory.

To run a test script to confirm successfull installation run

make test

Success!! Have fun with Merlin++!

Merlin++ Documentation

You can find user information and other documentation in the Documentation directory.

For a full class library definitions and corresponding descriptions, run

make doxygen

You can now find the generated 'doxygen' information in the current build directory.

merlin's People

Contributors

jamesmolson avatar sam-tygier avatar scottmrowan avatar haroonrafique avatar jfallon1997 avatar rogerjbarlow avatar kyrsjo avatar lukedyks avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.