
WARNING: Could not locate thirdparty package swresample, excluding from build % python makepanda/makepanda.py -everything -no-artoolkit -no-fcollada -no-fmodex -no-opencv -no-squish -no-tiff -no-vrpn -no-rocket -no-fftw -threads 16 -installer Or, in order to be able to push changes to this repository, login into GitHub and use the ssh version of the git URI. % sudo apt-get install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavifile-0.7-dev libavutil-devĭownload and extract source code from GitHub: % sudo apt-get install libeigen3-dev libswscale-dev fftw-dev libgles1-mesa-dev libgles2-mesa-dev libgegl-dev libode-dev libopenal-dev libbullet-dev libxxf86dga-dev % sudo apt-get install libgtk2.0-dev libpng12-dev libjpeg-dev libtiff5-dev libxft-dev libssl-dev % sudo apt-get install freeglut3-dev libglu1-mesa-dev libfreetype6-dev libosmesa6-dev % sudo apt-get install build-essential bison flex python-dev This introduction will try to build with all dependencies that are available as Ubuntu packages, extra dependencies not found in Ubuntu by default are not covered. In a next post, I will try to integrate one of my existing Django apps into Mezzanine.įirst make sure to read and understand the implications of enabling/disabling Panda3D third-party dependencies. Open a browser and go to the default address given in the terminal window where you ran the last command, you should be able to browse the demo:Ĭonclusion: that looks really good! Much better than my previous attempts at Django applications without a CMS framework. Use pip to list all the dependencies of the Mezzanine project: This last step will build source code for image processing and will need include files from python-dev and other -dev packages previously installed. NOTE: You will have to install these dependencies otherwise, for example, the gallery demo will not work. % sudo apt-get install libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev % sudo apt-get install python-dev build-essential Install the build dependencies, you’ll need these in order to build python modules that Mezzanine will use: Built using the Django framework, Mezzanine provides a simple yet highly extensible architecture that encourages diving in and hacking on the code… That sounds great! I like Django but I am not really a web-hacker, so… maybe, this will kick start my web skills? Let’s give it a try! Mezzanine is a powerful, consistent, and flexible content management platform.
