Skip to content

Commit 77613cd

Browse files
committed
Add build-essential to list of packages required to build Bridge Command on a Debian based system.
1 parent 0a316a5 commit 77613cd

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

bin/bridgecommand-bc.exe

-21.9 KB
Binary file not shown.

bin/bridgecommand-ed.exe

7 KB
Binary file not shown.

src/CompilingLinuxAndMac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To build on Linux:
22
==================
33

44
1) Ensure the required library packages are installed with the following command in the terminal window:
5-
'sudo apt-get install cmake mesa-common-dev libxxf86vm-dev freeglut3-dev libxext-dev libxcursor-dev portaudio19-dev libsndfile1-dev libopenxr-dev'
5+
'sudo apt-get install cmake build-essential mesa-common-dev libxxf86vm-dev freeglut3-dev libxext-dev libxcursor-dev portaudio19-dev libsndfile1-dev libopenxr-dev'
66
2) Start a terminal session, and make sure you are in the 'bc/bin' directory
77
3) Run 'cmake ../src' to prepare the build files
88
4) Run 'make' to actually build the program

0 commit comments

Comments
 (0)