Jump to content

Search the Community

Showing results for tags 'mac os x'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Sou

Found 1 result

  1. Compilar OTCLIENT - MAC OS X Necessário: Mac OS X 10.6 ou maior XCode Command Line Tools for Xcode (install them inside the XCode menu) XQuartz Homebrew (instale nessa ordem) Instalando Bibliotecas Necessárias Nós usamos brew para instalar a maioria das bibliotecas necessárias, usando os seguintes comandos: brew install git brew install cmake brew install lua (this lua library doesn't work with in this process, we need 5.1.5) brew install boost brew install glew brew install physfs brew install libogg brew install libvorbis Instale LUA 5.1.5 curl "http://www.lua.org/ftp/lua-5.1.5.tar.gz"tar -zxvf lua-5.1.5.tar.gz cd lua-5.1.5make macosx test mkdir /opt/lua5.1 make INSTALL_TOP=/opt/lua5.1 install Clonando e Compilando git clone git://github.com/edubart/otclient.git cd otclient mkdir build cd build cmake -DUSE_STATIC_LIBS=OFF -DLUA_LIBRARY=/opt/lua5.1/lib/liblua.a -DLUA_INCLUDE_DIR=/opt/lua5.1/include/ .. make -j4 Agora você pode rodar, o otc output binary deve estar no mesmo diretório. Créditos e Fonte: https://github.com/edubart/otclient/wiki/Compiling-on-Mac-OS-X Xtibia.com - Sua comunidade de Tibia e Otserv
×
×
  • Create New...