Code Monkey home page Code Monkey logo

arco-compiler's Introduction

BioCadance

make sure you have the following packages installed

mercurial gcc-4.8 g++-4.8 wget sbt graphviz pycaml python2.7-dev 

Install the ocaml base packages

ocaml ocaml-camlp4 opam 

make sure you have the following installed:

ocamlfind batteries oasis extlib yojson zarith core oasis2opam oasis

and also the following

sympy

Installing Hascall

install haskell and hackage for the z3 bindings.

hs-cabal-install

Update cabal

cabal install cabal-install

update the package list.

cabal update

Setting up OPAM

Initialize opam

opam init

setup the opam environmental variable

eval $(opam config env)

switch the the supported version of ocaml

opam switch 4.02.1

install the necessary dependencies

ocamlfind batteries oasis extlib yojson

install zarith with special flags

C_INCLUDE_PATH=/opt/local/include LIBRARY_PATH=/opt/local/lib CC=gcc-mp-4.8 opam install zarith

Setting up GCC/G++ 4.8 for mac

First install gcc 4.8 using ports:

sudo port install gcc48

DReal requires gcc 4.8, modify the makefile in DEP to point to your install of gcc/g++ 4.8.

vim dep/dreal/Makefile

Installing

run

./setup.sh

This script will prompt you with lines to add to your bashrc or a command you can run to setup the environment.

compile the dependencies

make deps

arco-compiler's People

Contributors

drup 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.