Giter VIP home page Giter VIP logo

snap_minicom's Introduction

Minicom (Snap port)

Author: Joe Testa (@therealjoetesta)

Overview

This is a snap port of the minicom program. It works well in devmode, but does not yet work in strict mode on the Raspberry Pi 2 due to a missing gadget slot for serial ports. It may or may not work on other platforms.

Build Process

1.) Begin by obtaining the sources for ncurses (note that a nightly build is used because the latest stable version does not compile under Ubuntu Core 16):

wget http://invisible-mirror.net/archives/ncurses/current/ncurses-6.0-20170722.tgz
wget http://invisible-mirror.net/archives/ncurses/current/ncurses-6.0-20170722.tgz.asc

2.) Check the signature:

gpg --recv-key F7E48EDB
gpg --verify ncurses-6.0-20170722.tgz.asc ncurses-6.0-20170722.tgz

3.) Get the minicom sources:

wget https://alioth.debian.org/frs/download.php/file/4215/minicom-2.7.1.tar.gz

Unfortunately, the author has not provided a signature. However, you can check it against this SHA256 hash: 532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1

4.) Apply patches. These are necessary for the code to compile and run in the special snap environment:

tar xzf ncurses-6.0-20170722.tgz
tar xzf minicom-2.7.1.tar.gz
pushd ncurses-6.0-20170722; patch -p1 < ../ncurses-6.0-20170722_snap.patch; popd
pushd minicom-2.7.1; patch -p1 < ../minicom-2.7.1_snap.patch; popd

5.) Build the snap:

snapcraft

snap_minicom's People

Contributors

jtesta avatar

Stargazers

 avatar  avatar

Watchers

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