Giter Club home page Giter Club logo

software-app's Introduction

Papyros

Join the chat at https://gitter.im/papyros/papyros

GitHub issues Bountysource

General issue tracking and wikis for Papyros, along with a CMake superbuild for easy building of all the papyros projects.

Superbuild dependencies

Building the superbuild

The CMakeLists.txt provides a superbuild which checks out and builds the following projects:

  • qml-material
  • libpapyros
  • greenisland
  • papyros-shell
  • terminal-app
  • settings-app
  • software-app

To build the superbuild, run the following commands:

mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr # or ~/.local for local builds
make

That's it! CMake will automatically download, build, and install the included projects!

To run the desktop shell, simply run:

papyros-session

software-app's People

Contributors

alexkreidler avatar ibelieve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

alexkreidler

software-app's Issues

Cmake fails on Antergos

$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-- Found Glib
-- Found GObject
CMake Warning (dev) at cmake/LibFindMacros.cmake:160 (message):
Plural form Glib_LIBRARIES;Glib_LIBRARY found in config options of GIO.
This works as before but is now deprecated. Please only use singular forms
INCLUDE_DIR and LIBRARY, and update your find scripts for LibFindMacros >
2.0 automatic dependency system (most often you can simply remove the
PROCESS variables entirely).
Call Stack (most recent call first):
cmake/FindGIO.cmake:26 (libfind_process)
cmake/LibFindMacros.cmake:14 (find_package)
cmake/FindXdgApp.cmake:13 (libfind_package)
CMakeLists.txt:57 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found GIO
CMake Warning (dev) at cmake/LibFindMacros.cmake:160 (message):
Plural form Glib_LIBRARIES found in config options of XdgApp. This works
as before but is now deprecated. Please only use singular forms
INCLUDE_DIR and LIBRARY, and update your find scripts for LibFindMacros >
2.0 automatic dependency system (most often you can simply remove the
PROCESS variables entirely).
Call Stack (most recent call first):
cmake/FindXdgApp.cmake:34 (libfind_process)
CMakeLists.txt:57 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error at cmake/LibFindMacros.cmake:228 (elseif):
given arguments:

"val" "AND" "NOT" "EXISTS" "/usr/include/glib-2.0" "/usr/lib/glib-2.0/include"

Unknown arguments specified
Call Stack (most recent call first):
cmake/FindXdgApp.cmake:34 (libfind_process)
CMakeLists.txt:57 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/collin/Papyros/software-app/build/CMakeFiles/CMakeOutput.log".

Pick a name and update all references

We'll keep the module name as Papyros.Software, but the title inside the app as well as the desktop file and executable name will need to be updated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.