aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 6bcba97f65cedabf16bddcc5d4c4d06234d40fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
--------------------------------------------------------------------------------

Colloquium: Narrative-based presentation system

Copyright © 2017-2018 Thomas White

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 3 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.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Author: Thomas White <taw@bitwiz.org.uk>
See the COPYING file for full licence conditions.

--------------------------------------------------------------------------------

Summary
-------

Colloquium is a presentation program that is more than just "slideware".
Instead of concentrating on slides, Colloquium makes the "narrative" of your
presentation the most important thing.  Slides are embedded in your narrative,
forming part of the flow of your talk.


Installation instructions
-------------------------

Colloquium uses the Meson build system (http://mesonbuild.com).  You will need
to install Meson, which is probably in your distribution package manager.
For example:
$ sudo dnf install meson
or
$ sudo apt install meson

You will also need the GTK 3 development files, which are also probably in your
distribution if they are not already installed:
$ sudo dnf install  gtk3-devel
or
$ sudo apt install libgtk-3-dev

If you're running OS X, please install Homebrew (https://brew.sh), and the all dependencies:
$ brew install gettext meson ninja gtk+3

Then set up the build directory using Meson:
$ meson builddir   # where "builddir" is your name for the build directory

Meson will (by default) create Ninja files which behave like makefiles.
Compile Colloquium using Ninja:
$ ninja -C builddir  # where "builddir" matches the previous step

To install:
$ sudo ninja -C builddir install

You can have multiple build directories, perhaps with different configurations.


Running the program
-------------------

Colloquium should appear in your desktop environment's menus.  Alternatively,
it can be started from the command line:
$ colloquium

The first time Colloquium runs, it will show an introduction document.


Contributing
------------

Git repository:  git://git.bitwiz.me.uk/colloquium.git
                 https://git.bitwiz.me.uk/?p=colloquium.git

  Or on GitHub:  https://github.com/taw10/colloquium/

 Issue tracker:  https://github.com/taw10/colloquium/issues