Skip to content

Commit

Permalink
add hacking.md
Browse files Browse the repository at this point in the history
fixes #24
  • Loading branch information
dlech committed Apr 19, 2016
1 parent 193d189 commit a4abf97
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/hacking.md
@@ -0,0 +1,26 @@
How to hack on Keebuntu
=======================

This assumes you are running Ubuntu 16.04.

## Installing Prerequisites

sudo apt-add-repository ppa:dlech/keepass2-plugins-beta
sudo sed -i 's/#deb-src/deb-src/' /etc/apt/sources.list.d/dlech-ubuntu-keepass2-plugins-beta-xenial.list
sudo apt-get update
sudo apt-get build-dep keepass2-plugin-ubuntu
sudo apt-get install git

## Getting the source code

git clone https://github.com/dlech/Keebuntu

## Building

cd Keebuntu
xbuild /property:Configuration=Release Keebuntu.sln

## IDE

sudo apt-get install monodevelop
monodevelop Keebuntu.sln

0 comments on commit a4abf97

Please sign in to comment.