fidoip/README.md

31 lines
395 B
Markdown
Raw Permalink Normal View History

2023-03-04 00:49:28 +05:00
# FIDOIP
This repository contains set of scripts that will help you to get fidoip node up and running.
**Currently able to work only as point!**
## Requirements
### Building fido software
* autotools
* cmake
* hunspell
* git
* GNU awk
* iconv
* patchelf
### Runtime
* Bash 5+.
* xdg-open (for opening links in GoldED+).
## Using
First, build full stack with:
```shell
./fido build
```