Quickly Install in Linux Mint / Ubuntu

Author Topic: Quickly Install in Linux Mint / Ubuntu  (Read 2426 times)

admin

  • Administrator
  • Newbie
  • *****
  • Posts: 35
    • View Profile
Quickly Install in Linux Mint / Ubuntu
« on: March 18, 2017, 10:50:47 am »
Installation

Code: [Select]
sudo apt-get install quickly quickly-ubuntu-template
Code: [Select]
sudo apt-get install build-essential ( I had to install this, i had some 'package' errors')

How to Get Started
0. Read the tutorial (optional):

$ quickly tutorial ubuntu-application
1. Create an Ubuntu project:

$ quickly create ubuntu-application foo
$ cd foo
When you run this first command (quickly create ubuntu-application foo), a window will pop up telling you you can run quickly design to start editing the default windows and dialogs. If you do this before changing directory to foo (cd foo) you'll get the following error:

No template were found on the command line for command glade.

Candidates template are: ubuntu-application

Aborting.

2. You can also try:

$ quickly edit

$ quickly design

$ quickly run
Use bash completion to get the available commands

3. How to play with package and release:

optional, but recommended to build first your package locally

$ quickly package
BE WARNED: the two following commands will connect to Launchpad. You need to have a Launchpad account and a PPA already created.

For quickly release, you also need a project on Launchpad to which you can bind your work, as well as keys set up:

$ quickly release
or

$ quickly share
« Last Edit: March 21, 2017, 04:25:45 pm by admin »