Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README and delete old files #10

Merged
merged 2 commits into from
Jun 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
189 changes: 0 additions & 189 deletions HACKING

This file was deleted.

49 changes: 0 additions & 49 deletions INSTALL

This file was deleted.

30 changes: 0 additions & 30 deletions README

This file was deleted.

36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Files
[![Translation status](https://l10n.elementary.io/widgets/files/-/svg-badge.svg)](https://l10n.elementary.io/projects/files/?utm_source=widget)

## Building, Testing, and Installation

You'll need the following dependencies:
* cmake
* libcanberra-dev
* libdbus-glib-1-dev
* libgail-3-dev
* libgee-0.8-dev
* libglib2.0-dev
* libgranite-dev
* libgtk-3-dev
* libnotify-dev
* libpango1.0-dev
* libplank-dev
* libsqlite3-dev
* libunity-dev
* libzeitgeist-2.0-dev
* valac

It's recommended to create a clean build environment

mkdir build
cd build/

Run `cmake` to configure the build environment and then `make` to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use `make install`, then execute with `pantheon-files`

sudo make install
pantheon-files