Coder Social home page Coder Social logo

mi-lib-starter's Introduction

mi-lib starter

Copyright (C) Tomomichi Sugihara (Zhidao) since 1998


[What is this?]

This starter kit includes an installer, an uninstaller and a script to rebuild the mi-lib. They run on Ubuntu (and might run on Debian though we did not try to do it).

mi-lib is a collection of libraries developed for the robot control and simulation. The libraries include: ZEDA - Elementary Data and Algorithms ZM - a handy mathematics library neuZ - neural network library DZco - digital control library Zeo - Z/Geometry and optics computation library RoKi - Robot Kinetics library ZX11 - a wrapper for interface library to the X Window System LIW - Linux Wizard to assist system dependent operations on Linux RoKi-GL - Robot Kinetics library: visualization using OpenGL


[Installation / Uninstallation]

install

Edit PREFIX in config in order to specify where the libraries are to be installed, if necessary.

Do:

% scripts/mi-lib-install [clone/deb]

The meanings of the command-line options are as follows. clone: Source codes of the libraries are cloned from the GitHub repositories. deb: The libraries are installed from Debian packages under deb/. If the option is omitted, source codes without Git information are downloaded from the repositories.

uninstall

Do:

% scripts/mi-lib-uninstall [deb]

where deb option is valid only when the libraries are installed from Debian packages.


[How to use]

Set your PATH and LD_LIBRARY_PATH environment variables, if necessary. This is done by

% export PATH=$PATH:$PREFIX/bin
% export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PREFIX/lib

for Bourne shell family (bash, zsh, etc.), or by:

% set path = ( $path $PREFIX/bin )
% setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$PREFIX/lib

for C shell family (csh, tcsh, etc.).


[Contact]

[email protected]

mi-lib-starter's People

Contributors

zhidao avatar categoryik 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.