Giter VIP home page Giter VIP logo

dsl's Introduction

DSL

Build instructions using CMake from the command line.

We are assuming that the DSL sources are in a folder: c:\libs\dsl

Visual Studio 2013

The build sequence is to build and install the DSL library, Third party libraries, and examples

Build the DSL library, Third Party libs (Poco, sqlite3, tinyxml, TClap) and examples ..............................................................................................................

  1. Download Boost 1.61 from https://www.boost.org/users/history/version_1_61_0.html and unpack to a suitable folder, e.g. c:\boost

  2. Create an out of source folder for creating VS build files for DSL, e.g. C:\vsbuilds\2013\dsl

  3. Open a console and cd to the folder created in step 2).

Create VS2013 build files by running cmake at the command line, e.g.:

cmake -G"Visual Studio 12 2013" -DBOOST_ROOT=c:\libs\boost\boost_1_61_0 -DBOOST_ROOT_LIB=\boost\boost_1_61_0\stage\x32\lib -DCMAKE_INSTALL_PREFIX=c:\vsbuild -S"c:\libs\dsl" -B.

To create x64 build, use the commandline:

cmake -G"Visual Studio 12 2013 Win64" -DBOOST_ROOT=c:\libs\boost\boost_1_61_0 -DBOOST_ROOT_LIB=\boost\boost_1_61_0\stage\x64\lib -DCMAKE_INSTALL_PREFIX=c:\vsbuild -S"c:\libs\dsl" -B.

4a) To create a Debug version of the library, type: MSBuild install.vcxproj

4b) To create a Release version, type: MSBuild install.vcxproj /p:Configuration=Release

Copyright Dune Scientific, LLC 1995-2015, M. T. Karlsson

dsl's People

Contributors

tottekarlsson avatar

Watchers

 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.