summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
committerBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
commite5bb0921ef06a98b77b3e91d9b2f77caaa1f89a9 (patch)
tree01e17bf81572f1f66244c61a8658b750f5384936 /README.md
parentc8bd25efe980a6455fef1f6622fe5c69d1ed7a4d (diff)
Build: Produce multiple independent executables
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index cdf11c24..b61fd0b1 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,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