summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-23 00:33:19 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-23 00:33:19 -0700
commitd6b913d3ca2e84b75f3675fd6e9f5246c100cf27 (patch)
tree5fc28b7efc737bf2c79dc7d799e0a6013957fe11 /README.md
parentc42f029316c0c004a795ca170bdb50644a800534 (diff)
parent73a0259be1d44fdb2ab34266ae0ff63f0d8f0b60 (diff)
Merge branch 'master' into dgit/siddebian/2.4.0-ah-1archive/debian/2.4.0-ah-1
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index cdf11c24..9ab5b368 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,6 @@ See below for specific distribution-specific hints, if needed.
You will need to have the following libraries installed on your system
somewhere where CMake can find them:
-- [jansson](http://www.digip.org/jansson/)
- [Boost](https://www.boost.org/)
Version requirements may vary somewhat, but usually you should be
@@ -28,11 +27,12 @@ To configure for your system, run
$ cmake .
$ make
-You should now be able to run
+You should now be able to run one of the executables in ./src
+to run ToME. For example, you'd run
- $ ./src/tome
+ $ ./src/tome-x11
-to start ToME.
+to start ToME with the X11 frontend.
**Important:** The current working directory must be at the root of
the source tree for the above command to run -- if it isn't, then
@@ -58,7 +58,6 @@ To compile on an Ubuntu install, you'll need at least the
- `cmake`
- `build-essential`
-- `libjansson-dev`
- `libboost-all-dev`
packages.