Warning, /utilities/basket/README.md is written in an unsupported language. File is not indexed.
0001 # BasKet Note Pads 0002 0003 ## Purpose 0004 0005 This application provides as many baskets as you wish, and you can drag and drop 0006 various objects (text, URLs, images, sounds...) into its. 0007 0008 Objects can be edited, copied, dragged... So, you can arrange them as you want ! 0009 0010 It allows to arrange notes, track to-dos and much more. 0011 0012 ## Developers 0013 0014 Basket is build with the Qt5 and KDE Frameworks 5. 0015 0016 ## Contact 0017 0018 If you have any questions, or would like to contribute (always welcome!) please 0019 send me an email to the generall KDE development mailing list at 0020 kde-devel@kde.org. 0021 0022 ## Building/Installation 0023 0024 To build and install BasKet, follow these steps (this assumes you have the relevant 0025 kf5 and qt5 development libraries and CMake): 0026 0027 ``` 0028 mkdir build 0029 cd build 0030 cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/kde -DKDE_INSTALL_PLUGINDIR=~/.local/kde/lib64/qt5/plugins 0031 make -j8 0032 make -j8 install 0033 ``` 0034 0035 ## Flatpak 0036 0037 This application has a flatpak manifest. 0038 0039 ``` 0040 flatpak-builder build-dir org.kde.basket.yaml 0041 flatpak-builder --run build-dir org.kde.basket.yaml basket 0042 ```