Code Monkey home page Code Monkey logo

sc17-born's Introduction

Pre-reqs

You need a c++ compiler with c++11 support and tbb.

You need to install two small libraries before installing Born.

Install instructions

  1. Install hypercube

  2. git clone http://zapad.Stanford.EDU/bob/hypercube.git /opt/hypercube/src

  3. mkdir /opt/hypercube/build

  4. cd /opt/hypercube/build

  5. cmake -DCMAKE_INSTALL_PREFIX=/opt/hypercube ../src

  6. make install

  7. rm -rf /opt/hypercube/build

  8. Install genericIO

  9. git clone http://zapad.Stanford.EDU/bob/genericIO.git /opt/genericIO/src

  10. mkdir /opt/genericIO/build

  11. cd /opt/genericIO/build

  12. cmake -Dhypercube_DIR=/opt/hypercube/lib -DCMAKE_INSTALL_PREFIX=/opt/genericIO ../src

  13. make install

  14. rm -rf /opt/genericIO/build

  15. Install Born

  16. git clone http://zapad.Stanford.EDU/SEP-external/Born.git /opt/born/src

  17. mkdir /opt/born/build

  18. cd /opt/born/build

  19. cmake -Dhypercube_DIR=/opt/hypercube/lib -DgenericIO_DIR=/opt/genericIO/lib -DCMAKE_INSTALL_PREFIX=/opt/genericIO ../src

  20. make install

  21. rm -rf /opt/born/build

sc17-born's People

Contributors

allen-shao avatar koallen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

sc17-born's Issues

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.