Skip to content

Commit

Permalink
doc: mention build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Mar 26, 2020
1 parent eea5e5a commit ba08756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -108,6 +108,7 @@ you should backup it before deleting.

The fast-track procedure:

sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev
cargo install tp-note
sudo cp ~/.cargo/bin/tp-note /usr/local/bin

Expand All @@ -127,6 +128,7 @@ you should backup it before deleting.

Then execute:

sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev
cargo build --release
./doc/make--all

Expand Down
2 changes: 2 additions & 0 deletions doc/source/index.md
Expand Up @@ -108,6 +108,7 @@ you should backup it before deleting.

The fast-track procedure:

sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev
cargo install tp-note
sudo cp ~/.cargo/bin/tp-note /usr/local/bin

Expand All @@ -127,6 +128,7 @@ you should backup it before deleting.

Then execute:

sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev
cargo build --release
./doc/make--all

Expand Down

0 comments on commit ba08756

Please sign in to comment.