Readme
This commit is contained in:
parent
cdd05891e8
commit
47955a6be1
1 changed files with 16 additions and 5 deletions
21
README.md
21
README.md
|
@ -21,9 +21,20 @@ user protection.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Clone the repository.
|
Install dependencies described here: https://docs.fyne.io/started/
|
||||||
2. Install dependencies.
|
|
||||||
3. Run the application.
|
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam at nisi ac
|
For Fedora:
|
||||||
libero gravida vehicula non et metus.
|
```bash
|
||||||
|
sudo dnf install golang golang-misc gcc libXcursor-devel libXrandr-devel mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel libxkbcommon-devel wayland-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
To build:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
cd rex_client && make
|
||||||
|
cd rex_server && make
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue