-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Here are the instructions to anyone whom wants to try the build themselves. | ||
It is assumed that you have `brew` installed, know your way around terminal, and generally understand what you're doing. | ||
|
||
## Build | ||
|
||
1. Start with an already existing build instructions of the original project: | ||
|
||
`https://github.com/dino/dino/wiki/macOS` | ||
|
||
2. On step 4, replace the path to the upstream repo with this one: | ||
|
||
``` | ||
git clone https://github.com/mxlgv/dino | ||
cd dino | ||
``` | ||
|
||
3. On step 5 run `./configure --with-libsoup3`. | ||
|
||
4. Continue the build according to the original instructions. | ||
|
||
## Install with Brew | ||
|
||
TODO | ||
|
||
## Notifications | ||
|
||
There is a draft PR which can be used to enable notifications: https://github.com/mxlgv/dino/pull/45 | ||
|
||
## Start Dino | ||
|
||
In order to run Dino, just run in the build folder: | ||
|
||
`./dino` |