Giter Club home page Giter Club logo

hurricane's Introduction

#Hurricane

##Introduction Hurricane is a distributed computing framework developing by C++.

##Installation ###Dependencies Hurricane use the library called Meshy which is including in deps directory, you need to build it firstly. You can use gmake and kake to build Hurricane, please reference to the manual to learn how to build Hurricane

Build Hurricane by Makefile

We provide the Makefile for convinience of compiling. You can use make to build Hurricane

make

Build Hurricane by kake

Introduction to kake

Kake is a building tool.

Dependencies

Kake is written in python3. It depends on PyYAML, so you need to install Python, libyaml and PyYAML for Python.

If you use Ubuntu, you can use apt-get to install all packages.

sudo apt-get install libyaml-0-2 libyaml-dev
sudo apt-get install python3 libpython3-dev python3-pip

Then use pip to install PyYAML.

sudo pip3 install PyYAML

Install kake

It is easy to install kake.

You can use git clone to clone the git code from online repository. If we install kake in ~/apps, you can execute following commands.

cd ~/apps
git clone https://git.oschina.net/kinuxroot/kake.git 

Then edit the ~/.bashrc to append following code.

export KAKE_HOME=~/apps/kake

At last, don't forget to append the kake/bin to PATH variable, or create a symbolic link to kake under one path in PATH variable.

If you want to append kake/bin to PATH variable, you can append following to ~/.bashrc

export PATH="${PATH}:${KAKE_HOME}/bin"

Verify installation

You can execute kake under one directory without Kakefile, if it print following contents, then the kake is installed successfully.

Project file not exists.

You can execute kake to build Hurricane.

kake

hurricane's People

Contributors

lihuaweishiyigehaoren avatar

Stargazers

zhaoyao avatar  avatar writesky avatar

Forkers

gentletorch

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.