« Nextcloud client : compilation sous ubuntu » : différence entre les versions

Aller à la navigation Aller à la recherche
aucun résumé des modifications
(Page créée avec « <pre> sudo apt install cmake git build-essential libssl-dev libsqlite3-dev libqt5webkit5-dev libqt5keychain0 qtdeclarative5-dev qt5keychain-dev </pre> Pour l'intégration... »)
 
Aucun résumé des modifications
Ligne 12 : Ligne 12 :
cd nextcloud-client
cd nextcloud-client
git submodule update --init --recursive
git submodule update --init --recursive
mkdir build-linux
mkdir build
cd build-linux
cd build
cmake -D OEM_THEME_DIR=../nextcloudtheme ../client -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_SYSCONFDIR=/etc/nextcloud-client
cmake -D OEM_THEME_DIR=../nextcloudtheme ../client -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_SYSCONFDIR=/etc/nextcloud-client
make
make
make install
make install
</pre>
</pre>
4 234

modifications

Menu de navigation