HamedMasafi / Tricks

Tricks Social Network cross platforms client written using C++, Qt and Qml.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tricks

Tricks is a social network for programmers to share their tricks and tips with each others. It's free, open-source and released under the GPLv3 license.

You can build and run tricks on smart phones like iOS and Androids or on the Linux, Windows or macOS.

How to Build

Dependencies

Tricks client depended on below library and modules.

Required Dependencies

Recommended Dependencies

  • KDE Syntaxt Highlighting [Git Repository] -> For syntax highlighter and theme support on the code area.

Optional Dependencies

API Token

You have two choice to get token.

  • If you build Tricks for personal usages, You do not needs any token. Just build it and use it for your personal usage. Trick server will generate a personal and limited token for you automatically and linked it to your account.
  • If you want to build Tricks for you and don't allow others to use it, use your username instaed of token.
  • If you build Tricks for public usage, Just contact us. We'll create and send you a token to use for public build.

Setup Firebase (Android/iOS)

To setup firebase support extract firebase-cpp-sdk somewhere and point FIREBASE_CPP_SDK_DIR env to it:

export FIREBASE_CPP_SDK_DIR=/path/to/firebase_cpp_sdk

On the iOS you needs to download firebase-ios-sdk and point FIREBASE_FRAMEWORKS_ROOT to it too:

export FIREBASE_FRAMEWORKS_ROOT=/path/to/firebase_ios_sdk

Build

To build Tricks just clone it and build it using QtCreator. You can also build it from command line using below commands:

git clone https://github.com/Aseman-Land/Tricks --recursive --depth 1
cd Tricks
mkdir build && cd build
qmake -r .. APP_SECRET_ID="YOUR_API_TOKEN" CONFIG+="qtquickcompiler"
make -j4
make install

Build from AUR

To build the project from AUR, simply install the tricks package. It will clone and build the project with it's dependencies and package them for you on your computer.

yay -S tricks

About

Tricks Social Network cross platforms client written using C++, Qt and Qml.

License:Other


Languages

Language:QML 92.2%Language:C++ 5.9%Language:QMake 0.8%Language:CMake 0.8%Language:Objective-C++ 0.3%Language:Shell 0.1%