1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jlxing-TorchCraft

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
torchcraft-1.3-0.rockspec 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Zeming Lin Отправлено 03.06.2017 00:01 d258bc5
package = "TorchCraft"
version = "1.3-0"
source = {
url = "git://github.com/torchcraft/torchcraft",
tag = "v1.3-0",
}
description = {
summary = "Connects Torch to StarCraft through BWAPI",
detailed = [[
Connects Torch to StarCraft through BWAPI,
allows to receive StarCraft state and send it command.
]],
homepage = "http://github.com/TorchCraft/TorchCraft",
license = "BSD 3-clause"
}
dependencies = {
"penlight",
"torch >= 7.0",
}
build = {
type = "command",
build_command = [[
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=$(LUALIB) -DLUA_INCDIR="$(LUA_INCDIR)" -DLUA_LIBDIR="$(LUA_LIBDIR)" -DLUADIR="$(LUADIR)" -DLIBDIR="$(LIBDIR)" -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
]],
install_command = "cd build && $(MAKE) install",
install = {
lua = {
["torchcraft._env"] = "lua/_env.lua",
["torchcraft.init"] = "lua/init.lua",
["torchcraft.replayer"] = "lua/replayer.lua",
["torchcraft.utils"] = "lua/utils.lua"
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jlxing-TorchCraft.git
git@api.gitlife.ru:oschina-mirror/jlxing-TorchCraft.git
oschina-mirror
jlxing-TorchCraft
jlxing-TorchCraft
master