GithubHelp home page GithubHelp logo

pacslim / urbi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from urbiforge/urbi

0.0 0.0 0.0 81.42 MB

Concurrent Programming Language

License: BSD 3-Clause "New" or "Revised" License

Shell 2.16% JavaScript 0.56% C++ 72.22% Python 3.54% Perl 0.82% C 0.07% PHP 0.18% Emacs Lisp 0.35% Java 11.24% CSS 0.60% Hack 0.03% Makefile 2.56% HTML 1.13% NSIS 0.25% CMake 0.70% Yacc 0.89% Lex 0.68% M4 0.31% GDB 0.02% SWIG 1.68%

urbi's Introduction

   .---------------------------------------------------------------.
   |          _   _      _     _    ____  ____  _  __              |
   |         | | | |_ __| |__ (_)  / ___||  _ \| |/ /              |
   |         | | | | '__| '_ \| |  \___ \| | | | ' /               |
   |         | |_| | |  | |_) | |   ___) | |_| | . \               |
   |          \___/|_|  |_.__/|_|  |____/|____/|_|\_\              |
   |                                                               |
   `---------------------------------------------------------------'

Component Software Platform (Urbi) &
Concurrent Programming Language (urbiscript).

Version:

  This is version 3.0. There might be bits of 2.x references left
  in the doc or in the code, just ignore them (or fix them!).

Documentation:

  * PDF : https://github.com/urbiforge/urbi/blob/master/doc/urbi-sdk.pdf

  * Build the doc: ./doc.sh (should be in build-doc folder then)
  * HTML archive version here (just uncompress an open locally):
      https://github.com/urbiforge/urbi/blob/master/doc/urbi-sdk.html.tar.gz

Build Urbi:

 * install the following packages (debian/ubuntu):
	build-essential git-core vim autoconf mlocate wget \
        python python-pip libboost-all-dev default-jdk \
        libssl-dev swig texlive texlive-latex-extra tex4ht

 * pip install qibuild
 * qisrc init && \
   qisrc add https://github.com/urbiforge/libjpeg.git && \
   qisrc add https://github.com/urbiforge/gtest.git   && \
   qisrc add https://github.com/urbiforge/libport.git && \
   qisrc add https://github.com/urbiforge/urbi.git

 * qibuild configure --release --with-debug-info urbi && \
   qibuild make urbi && \
   qibuild install urbi /usr/local

Run Urbi (interactive session):

 * urbi-launch -s

Run Urbi (server):

 * urbi-launch --start -- -i --port 54000
 * and then, from some other shell: 'nc localhost 54000'

 (to preserve command history: rlwrap nc localhost 54000)

Run Urbi docker container:

 * docker run --net host urbiforge/urbi
 * rlwrap nc localhost 54000

urbi's People

Contributors

admo avatar akimd avatar cgestes avatar dmerejkowsky avatar gnibu avatar jcbaillie avatar mefyl avatar mnottale avatar nbp avatar nicolasdespres avatar rhumbert avatar samueltardieu avatar tsuna avatar werkov 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.