Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kosztka
Pod
Commits
b22b2cae
Commit
b22b2cae
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Plain Diff
Merge branch 'install-gcc' into 'dev'
Update readme to install gcc/cc See merge request
memri/pod!174
parents
28055870
39b4299d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
README.md
with
2 additions
and
2 deletions
+2
-2
README.md
+
2
-
2
View file @
b22b2cae
...
...
@@ -24,10 +24,10 @@ docker-compose up --build
In order to build Pod locally, you need Rust and sqlcipher:
*
On MacOS:
`brew install rust sqlcipher`
*
On ArchLinux:
`pacman -S --needed rust sqlcipher`
*
On ArchLinux:
`pacman -S --needed rust sqlcipher
base-devel
`
*
On Ubuntu and Debian:
```
apt-get install libsqlcipher-dev
apt-get install libsqlcipher-dev
build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
*
Submit merge requests for your other OS :)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets