Skip to content

Commit ff73edc

Browse files
committed
[[BUGFIX]] Changed confusing dependency instructions in linux build doc
1 parent 782826e commit ff73edc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/development/build-linux.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ However, if you wish to compile something more specific than "everything", you'l
5050
The x86-64 and x86 Linux build environments used for compiling
5151
LiveCode are based on Debian Wheezy.
5252

53-
The following additional packages are installed:
53+
The following additional packages should be installed before building:
5454

5555
* build-essential
5656
* automake
@@ -73,3 +73,13 @@ The following additional packages are installed:
7373
* pkg-config
7474
* libgtk2.0-dev
7575
* zip
76+
77+
78+
Use
79+
80+
sudo apt-get install build-essential automake libtool git curl flex &&
81+
sudo apt-get install bison libx11-dev libxext-dev libxrender-dev libxft-dev &&
82+
sudo apt-get install libxinerama-dev libxv-dev libxcursor-dev libfreetype6-dev &&
83+
sudo apt-get install libpopt-dev libesd0-dev liblcms2-dev pkg-config libgtk2.0-dev zip
84+
85+
or equivalent in order to assure all the necessary dependencies are installed on your machine.

0 commit comments

Comments
 (0)