From ff8e19e9e20f1c4425e9795d0f698210d3553d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 3 Jun 2014 10:58:04 +0200 Subject: [PATCH] /usr/bin/openra needs make install-linux-shortcuts --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ac19adf543..cf8f259469 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,11 +26,12 @@ Linux ===== Run `./configure` to map the native libraries to your system. + To compile OpenRA, run `make all` from the command line. + Run with either `launch-game.sh` or `mono --debug OpenRA.Game.exe`. -Type 'sudo make install-all' for system wide installation. You -can then run from the `openra` shortcut. +Type `sudo make install-all` for system wide installation. Run `make install-linux-shortcuts` to get startup scripts, icons and desktop files. You can then run from the `openra` shortcut. Debian/Ubuntu -------------