# setup on ubuntu without docker Warning! Always use docker if possible! 如果可以选择,请一定先尝试docker方案 This file is written for those who are very confident to solve all kinds of problems and errors on their own! 本文件仅写给对解决各种软件依赖十分自信的老手作为参考 ## python version ``` sh python 3.8 ``` ## pip requirements Please read [pip_requirement](pip_requirement.md) ## Download and extract starcraft ``` sh cd /home/hmp git clone https://github.com/binary-husky/uhmap-visual-tool.git python linux_deploy_starcraft_all_versions.py mv /home/hmp/uhmap-visual-tool/UnrealEngine/home/hmp/* /home/hmp ``` ## Download Unreal-HMAP binary client Please read [get UHMP](use_unreal_hmap.md) ## Download and extract HMAP main framework ``` sh cd /home/hmp git clone https://github.com/binary-husky/hmp2g.git cd /home/hmp/hmp2g ```