Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misson20000/libtransistor-base
Base support libraries for libtransistor
https://github.com/misson20000/libtransistor-base
Last synced: 24 days ago
JSON representation
Base support libraries for libtransistor
- Host: GitHub
- URL: https://github.com/misson20000/libtransistor-base
- Owner: misson20000
- Created: 2018-05-06T23:55:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T01:44:07.000Z (over 6 years ago)
- Last Synced: 2023-03-12T00:21:30.917Z (almost 2 years ago)
- Language: C
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libtransistor-base
[![Build Status](https://travis-ci.com/reswitched/libtransistor-base.svg?branch=master)](https://travis-ci.org/reswitched/libtransistor-base) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-brightgreen.svg)](https://discordapp.com/invite/ZdqEhed)This is a collection of base libraries required to build libtransistor. In general,
the version numbers in this repository should match those in the main libtransistor
repository.## Building
First, clone the repo with
```
git clone --recursive https://github.com/reswitched/libtransistor-base
```You will need clang and lld >=5.0.0.
Running `make` should build all the libraries and install them to `dist/`. To build libtransistor, you will have to first copy this `dist/` directory to your libtransistor source root.
See [the main libtransistor repository](https://github.com/reswitched/libtransistor) for additional notes on packages you may have to install for your specific distro.