Morse simulator

Материал из razgovorov.ru
Перейти к: навигация, поиск

windows

Ставим средства сборки cmake, mingw, pkg. пути к cmake и mingw включаем в системный PATH. pkg скачиваем архивы и докидываем два файла в каталог с mingw


   go to http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/
   download the file pkg-config_0.26-1_win32.zip
   extract the file bin/pkg-config.exe to C:\MinGW\bin
   download the file gettext-runtime_0.18.1.1-2_win32.zip
   extract the file bin/intl.dll to C:\MinGW\bin
   go to http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.28
   download the file glib_2.28.8-1_win32.zip
   extract the file bin/libglib-2.0-0.dll to C:\MinGW\bin

Устанавливаем Blender Скачиваем и распаковываем во временный каталог Morse Добавляем переменную окружения MORSE_BLENDER = абсолютная ссылка на blender.exe

Собираем Morse

cmake -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_BUILD_TYPE=Release -DPYTHON_INSTDIR=c:\Python34\Lib\site-packages\ -DCMAKE_INSTALL_PREFIX=d:\soft\morse -DPYTHON_EXECUTABLE=c:\Python34\python.exe mingw32-make install http://sourceforge.net/projects/mingw-w64/files/latest/download?source=recommended

linux

ubuntu minimal xubuntu minimal

https://www.openrobots.org/morse/