mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Added cmake and libclang-dev to the dependency_setup.sh for Debian/Ubuntu apt distros. I needed these when building against a vanilla 23.10 Ubuntu installation.
This commit is contained in:
@@ -22,7 +22,7 @@ setup_mac() {
|
||||
}
|
||||
|
||||
setup_apt() {
|
||||
apt_deps="git make gcc pkg-config libasound2-dev libssl-dev libsqlcipher-dev libsqlite3-dev"
|
||||
apt_deps="git cmake make gcc pkg-config libasound2-dev libclang-dev libssl-dev libsqlcipher-dev libsqlite3-dev"
|
||||
$1 install $apt_deps || return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user