Skip to content
Snippets Groups Projects
Unverified Commit 1614d982 authored by gyan000's avatar gyan000 Committed by GitHub
Browse files

Update README.md

parent 6a11a7c4
No related branches found
No related tags found
No related merge requests found
...@@ -17,25 +17,25 @@ It's a Work In Progess, not intented for daily use. ...@@ -17,25 +17,25 @@ It's a Work In Progess, not intented for daily use.
![sms tab](https://raw.githubusercontent.com/gyan000/EOSConnect/master/screenshots/sms.png "SMS tab") ![sms tab](https://raw.githubusercontent.com/gyan000/EOSConnect/master/screenshots/sms.png "SMS tab")
### Installation ### Installation
1. - On Ubuntu or elementary OS, install these dependencies: 1. On Ubuntu or elementary OS, install these dependencies:
```bash ```bash
sudo apt install elementary-sdk libunity-dev libnotify-dev libghc-gnutls-dev libsqlite3-dev libedataserver1.2-dev libebook1.2-dev/ -y sudo apt install elementary-sdk libunity-dev libnotify-dev libghc-gnutls-dev libsqlite3-dev libedataserver1.2-dev libebook1.2-dev/ -y
``` ```
2. - Clone the repository. 2. Clone the repository.
3. - Inside the project, compile with: 3. Inside the project, compile with:
```bash ```bash
meson build && clear && ninja -C build && glib-compile-schemas ./data/ meson build && clear && ninja -C build && glib-compile-schemas ./data/
``` ```
4. Start application 4. Start application
1. - To start it from the build directory: 4.1. To start it from the build directory:
```bash ```bash
GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect
``` ```
2. - To start it, with complete debug output: 4.2 To start it, with complete debug output:
```bash ```bash
GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect -d GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect -d
``` ```
5. - To install it: 5. To install it:
```bash ```bash
sudo ninja -C build install sudo ninja -C build install
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment