8000 GitHub - Awesome-Technologies/ampcare-desktop: πŸ’» Desktop Syncing Client for Nextcloud
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Awesome-Technologies/ampcare-desktop

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AMPcare Desktop Client

Travis OSX build AppVeyor Win64 build
Build Status Build Status

The πŸ’» AMPcare Desktop Client is a tool for nursing staff to get medical assistance from a doctor.

Desktop Client on Mac OS

πŸ› οΈ How to compile the desktop client

πŸ—οΈ System requirements includes OpenSSL 1.1.x, QtKeychain, Qt 5.x.x and zlib.

πŸ“ Step by step instructions

Clone the repo and create build directory

$ git clone https://github.com/awesome-technologies/ampcare-desktop.git
$ cd ampcare-desktop
$ mkdir build
$ cd build

Compile and install

For development reasons it is better to install the client on user space instead on the global system. For example you could use in the next instructions path-to-install-folder/ as ~/.local/ in a linux system. If you want to install system wide you could use /usr/local or /opt/ampcare/.

Linux
$ cmake .. -DOEM_THEME_DIR=../theme/amp -DCMAKE_INSTALL_PREFIX=path-to-install-folder/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 -DQTKEYCHAIN_LIBRARY=/path-to-qt5keychain-folder/lib64/libqt5keychain.so -DQTKEYCHAIN_INCLUDE_DIR=/path-to-qt5keychain-folder/include/qt5keychain/ -DOPENSSL_ROOT_DIR=/path-to-openssl-folder/ -DOPENSSL_INCLUDE_DIR=path-to-openssl-folder/include -DOPENSSL_LIBRARIES=path-to-openssl-folder/lib
$ make install
Windows
$ cmake -G "Visual Studio 15 2017 Win64" .. -DOEM_THEME_DIR=../theme/amp -DCMAKE_INSTALL_PREFIX=path-to-install-folder/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 -DPng2Ico_EXECUTABLE=/path-to-install-png2ico/png2ico.exe  -DQTKEYCHAIN_LIBRARY=/path-to-qt5keychain-folder/lib/qt5keyc
90C7
hain.lib -DQTKEYCHAIN_INCLUDE_DIR=/path-to-qt5keychain-folder/include/qt5keychain/ -DOPENSSL_ROOT_DIR=/path-to-openssl-folder/ -DOPENSSL_INCLUDE_DIR=path-to-openssl-folder/include -DOPENSSL_LIBRARIES=path-to-openssl-folder/lib
$ cmake --build . --config Debug --target install
Mac OS
$ brew install qt5
$ brew install openssl@1.1
$ brew install qtkeychain
$ cmake .. -DOEM_THEME_DIR=../theme/amp -DCMAKE_INSTALL_PREFIX=path-to-install-folder/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 -DQTKEYCHAIN_LIBRARY=/usr/local/opt/qtkeychain/lib/libqt5keychain.dylib -DQTKEYCHAIN_INCLUDE_DIR=/usr/local/opt/qtkeychain/include/qt5keychain -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1
$ make install

πŸ“₯ Where to find binaries to download

Releases

Reporting issues

✌️ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and Forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

πŸ“œ License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

About

πŸ’» Desktop Syncing Client for Nextcloud

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.documentation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.6%
  • CMake 6.3%
  • NSIS 4.5%
  • Perl 2.4%
  • C 2.0%
  • Python 1.3%
  • Other 1.9%
0