A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:office:california [2015/12/08 23:33] admin created |
applications:office:california [2015/12/08 23:46] (current) admin |
||
---|---|---|---|
Line 14: | Line 14: | ||
> cd /path/to/california/source/ | > cd /path/to/california/source/ | ||
> ./configure | > ./configure | ||
- | > makeĀ | + | > sudo makeĀ |
- | > make install | + | > sudo make install |
</code> | </code> | ||
+ | |||
+ | Create file **// /home/username/.local/share/applications/california.desktop//** | ||
+ | <code> | ||
+ | > nano /home/username/.local/share/applications/california.desktop | ||
+ | |||
+ | [Desktop Entry] | ||
+ | Encoding=UTF-8 | ||
+ | Version=1.0 | ||
+ | Type=Application | ||
+ | Icon=/usr/share/icons/gnome/48x48/mimetypes/x-office-calendar.png | ||
+ | Exec=/path-to-california/california-0.2.0/src/california | ||
+ | Name=California | ||
+ | Comment=California | ||
+ | </code> | ||
+ | |||
+ |