"NextCloud"의 두 판 사이의 차이

wwiki
이동: 둘러보기, 검색
(qtwebengine build)
18번째 줄: 18번째 줄:
 
===qtwebengine build===
 
===qtwebengine build===
  
$ wget https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebengine-opensource-src-5.6.0.tar.gz  
+
$ git clone git://code.qt.io/qt/qtwebengine.git
 +
 
 +
$ cd qtwebengine-opensource-src-5.6.0/  
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
  
$ tar -zvxf qtwebengine-opensource-src-5.6.0.tar.gz 
 
  
$ cd qtwebengine-opensource-src-5.6.0/ 
 
  
 
$ git clone https://github.com/nextcloud/desktop   
 
$ git clone https://github.com/nextcloud/desktop   

2019년 4월 27일 (토) 19:32 판

memcache

sudo apt install php-apcu

config/config.php

'memcache.local' => '\OC\Memcache\APCu',

sudo systemctl restart php7.3-fpm.service nginx.service

imagick

apt install php-imagick

sudo systemctl restart php7.3-fpm.service nginx.service

nextcloud client build

$ sudo apt-get install build-essential git cmake openssl libssl-dev sqlite3 libsqlite3-dev qt5-default libqt5webkit5-dev qttools5-dev qttools5-dev-tools python-sphinx texlive-latex-base inotify-tools qt5keychain-dev doxygen extra-cmake-modules kio-dev

qtwebengine build

$ git clone git://code.qt.io/qt/qtwebengine.git

$ cd qtwebengine-opensource-src-5.6.0/










$ git clone https://github.com/nextcloud/desktop

$ mkdir build

$ cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1