Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuco1/twmn-build
Build image for twmn
https://github.com/fuco1/twmn-build
build debian docker twmn ubuntu
Last synced: 19 days ago
JSON representation
Build image for twmn
- Host: GitHub
- URL: https://github.com/fuco1/twmn-build
- Owner: Fuco1
- Created: 2017-05-30T19:01:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T13:12:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T06:27:53.627Z (about 1 month ago)
- Topics: build, debian, docker, twmn, ubuntu
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twmn-build [![Build Status](https://semaphoreci.com/api/v1/github-fuco1/twmn-build/branches/master/shields_badge.svg)](https://semaphoreci.com/github-fuco1/twmn-build)
Build image for [twmn](https://github.com/sboli/twmn).
This project uses [build-base](https://github.com/Fuco1/build-base) structure.
# Usage
``` shell
git clone --recursive https://github.com/Fuco1/twmn-build.git
cd twmn-build
./build
./install
```After `./install` is run `twmnd` is readily available, it does not seem to need any extra libraries installed on the host. For the `twmnc` binary you need to install boost's program-options and system libraries:
``` shell
sudo apt-get install libboost-program-options1.58.0 libboost-system1.58.0
```