BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

List of linux packages out of date for Ubuntu 18.04 #16

Open Sqeaky opened 6 years ago

Sqeaky commented 6 years ago

The docs say these packages are needed for the old Mezzanine.

sudo apt-get install g++ gdb codeblocks qtcreator doxygen texlive-font-utils graphviz git-core pkg-config cmake-gui cmake autoconf pkg-config swig ninja-build mercurial

sudo apt-get install libxaw7-dev libxrandr-dev libglu1-mesa-dev libgles1-mesa-dev libpulse-dev

libgles1-mesa-dev and git-core are no longer packages.

This list should be broken out on a per Jagati package basis and in each package a List of packages for each supported OS should be listed.

Ideally all of this would be in the same doxygen group so that it would all show up together in the final docs.