mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 22:47:26 +03:00
d85de88946
Summary: I spent a good chunk of time installing eden on a fresh ubuntu vm from github, so I kept track of all of the packages that I needed to end up installing. users can install these before attempting to run the `build.sh` script in order to make sure all dependencies are there. Some of these manifested in non-obvious error messages. I'm sure as time goes on these dependencies might change a bit, but I think its a good starting point for anyone and should save a few hours of headache. Reviewed By: chadaustin Differential Revision: D22716112 fbshipit-source-id: 49232232a8707ef59c47487fdcc0cb41afc702e8
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
cmake
|
|
g++
|
|
build-essential
|
|
libssl-dev
|
|
make
|
|
zlib1g-dev
|
|
python3-distutils
|
|
pkg-config
|