Commit 4b3c72cfa5d37ffd43e55a57307228cf28d26c13

Authored by Steve Greedy
1 parent 1bcf33cb

Update UBUNTU Install Example

Update UBUNTU Install Example
Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
GUI/SW1/INSTALL.EXAMPLE.UBUNTU.md
@@ -12,7 +12,13 @@ Note: The latest stable release is the recommended version version 3.0.2. @@ -12,7 +12,13 @@ Note: The latest stable release is the recommended version version 3.0.2.
12 12
13 Inspect the output and make note of any reported missing dependancies and install, typically for a fresh Ubuntu install this would be GTK+2.0 13 Inspect the output and make note of any reported missing dependancies and install, typically for a fresh Ubuntu install this would be GTK+2.0
14 14
15 -e.g To install GTK+3.0: sudo apt-get install gtk+3.0 15 +e.g To install GTK+3.0:
  16 +
  17 + sudo apt-get install gtk+3.0
  18 +
  19 +and
  20 +
  21 + sudo apt-get install libgtk-3-dev
16 22
17 Once ./configure runs succesfully: 23 Once ./configure runs succesfully:
18 24