Code Monkey home page Code Monkey logo

mylpel's Introduction

Bootstrap
=========

To generate the configure script and related build-tools, run

  ./build-aux/bootstrap

You are required to have fairly recent versions of the GNU buildtools
(autoconf, automake, libtool) installed.




Building
========

If you want to use libpcl context switching (suggested),
you need to install

libpcl - GNU Portable Coroutine Library, currently v1.12

available at

http://www.xmailserver.org/libpcl.html


If you cannot do a system-wide install, you need to specify the
installation directory of pcl for the configure script.


Run configure with following parameters:

./configure --with-pcl=<pcl_install_dir> --prefix=<your_lpel_install_dir>

and

make
make install

In order to build the LPEL backend for the S-Net runtime system,
you'll need to specify the directories where to find the LPEL library and
includes.

./configure --with-lpel-includes=<lpel_include_dir> \
            --with-lpel-libs=<lpel_lib_dir>




Example
-------

I have installed pcl in the local subdirectory of my home directory.
To build LPEL, I use

./configure --with-pcl=$HOME/local/ --prefix=$HOME/local/
make
make install



mylpel's People

Contributors

dlp avatar merijn avatar stefankok avatar jsyk avatar nguyenvuthiennga avatar ra-one avatar fpen avatar rkirner avatar knz avatar gijsbers avatar foliern avatar

Watchers

 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.