Explorar o código

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.

Dark John %!s(int64=2) %!d(string=hai) anos
pai
achega
d9f676d8b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/dependency_setup.sh

+ 1 - 1
contrib/dependency_setup.sh

@@ -22,7 +22,7 @@ setup_mac() {
 }
 }
 
 
 setup_apt() {
 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
 	$1 install $apt_deps || return 1
 }
 }