Code Monkey home page Code Monkey logo

lcm-install's Introduction

Lightweight Communications and Marshalling (LCM)

LCM is a set of libraries and tools for message passing and data marshalling,aimed towards real-time applications that require high bandwidth and low latency. It has a publish/subscribe message forwarding model, as well as automatic marshalling/unmarshalling code creation and bindings for a variety of programming languages.

LINKS

INSTALLATION

LINUX

DEBIAN(UBUNTU)

1-Installing git

sudo apt-get install git

2-Downloading Glib and Cmake

sudo apt update && sudo apt install build-essential g++ libglib2.0-dev cmake

3-Cloning the main LCM Repo

git clone https://github.com/lcm-proj/lcm.git

4- Creating directory build

cd lcm
mkdir build
cd build

5- Cmake

cmake ..

6 - Installing make

make
sudo make install

7 - Installing python dev

 sudo apt-get install python-dev && sudo apt-get install python3-dev

8- Installing LCM

cd ..
cd lcm-python
sudo python3 setup.py install

ARCH LINUX

BUILDING PACKAGE MANUALLY FROM AUR

1-Installing git and base-devel package

sudo pacman -Sy git base-devel

2- Cloning repo from AUR

git clone https://aur.archlinux.org/lcm-git.git

3- Changing directory to lcm

cd lcm

4- Building package (will install required dependencies automatically)

makepkg -si

5- Installing the built package using pacman

sudo pacman -U lcm-git.xxxx.pkg.tar.zx

USING AUR HELPER

Refer to https://wiki.archlinux.org/title/AUR_helpers for installing aur helpers

1 - Installing lcm using yay or any other aur helper

yay -S lcm

or

peru -S lcm

LCM is installed! Happy Coding :)

lcm-install's People

Contributors

cdhiraj40 avatar kskarthik5 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

lcm-install's Issues

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.