cso2-launcher
A custom launcher for CSO2
파일 탐색기
최종 버전 다운로드 (.zip)- logo-128.png
- screenshot-01.png
- screenshot-02.png
- screenshot-03.png
- build.ps1
- pack.ps1
- setup.ps1
- launcher_version.cmake
- view.hpp
- custompacket.hpp
- lua_hooks.hpp
- appsystemgroup.hpp
- appsystemtable.hpp
- filesystem_util.hpp
- sourcesystem.hpp
- tierlibs.hpp
- log.hpp
- cso2_options.hpp
- hooks.hpp
- launcher.hpp
- launcher_version.hpp.in
- modulecache.hpp
- platform.hpp
- utilities.hpp
- fmt
- PolyHook_2_0
- igameconsole.hpp
- iappsystem.hpp
- iappsystemgroup.hpp
- imageformat.hpp
- constructor_helpers.hpp
- utlbuffer.hpp
- utldict.hpp
- utlmap.hpp
- utlmemory.hpp
- utlrbtree.hpp
- utlstring.hpp
- utlsymbol.hpp
- utlvector.hpp
- idatacache.hpp
- imdlcache.hpp
- icso2msgmanager.hpp
- packet.hpp
- socketmanager.hpp
- cdll_int.hpp
- engineapi.hpp
- filesystem.hpp
- iqueuedloader.hpp
- AnalogCode.hpp
- ButtonCode.hpp
- iinputsystem.hpp
- InputEnums.hpp
- imaterialsystem.hpp
- color.hpp
- vector.hpp
- cso2_gfxfile.hpp
- sf_memoryheap.hpp
- iloadingsplash.hpp
- iprecommandlineparser.hpp
- dbg.hpp
- icommandline.hpp
- platform.hpp
- byteswap.hpp
- convar.hpp
- iconvar.hpp
- ilocalize.hpp
- interface.hpp
- ilocalize.hpp
- isurface.hpp
- ivgui.hpp
- vguitypes.hpp
- ivideoservices.hpp
- iphysics.hpp
- icvar.hpp
- ienginevgui.hpp
- ihammer.hpp
- istudiorender.hpp
- vtf.hpp
- LICENSE
- launcher.ico
- launcher.rc
- logo-final-large.svg
- logo-final-small.svg
- view.cpp
- scaleform_hooks.cpp
- custompacket.cpp
- enginevgui.cpp
- keyevents.cpp
- msghandler.cpp
- cso2_filesystem_hooks.cpp
- lua_client_hooks.cpp
- lua_hooks.cpp
- lua_server_hooks.cpp
- client.cpp
- engine.cpp
- filesystem.cpp
- server.cpp
- tier0.cpp
- vgui2.cpp
- winapi.cpp
- platform.cpp
- platform_unix.cpp
- platform_windows.cpp
- appsystemgroup.cpp
- appsystemtable.cpp
- filesystem_util.cpp
- sourcesystem.cpp
- tierlibs.cpp
- log.cpp
- cso2_options.cpp
- launcher.cpp
- main.cpp
- modulecache.cpp
- sourcemain.cpp
- .clang-format
- .gitattributes
- .gitignore
- .gitmodules
- appveyor.yml
- CMakeLists.txt
- COPYING
- README.md
- start-cso2.bat
- start-cso2.sh
- version.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/lateleite/cso2-launcher
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cso2-launcher
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
- [CMake](https://cmake.org/download)
이 명령어를 터미널에 그대로 입력해 실행하세요.
cso2-launcher uses CMake to generate project files and to build itself.
이 명령어를 터미널에 그대로 입력해 실행하세요.
You can **build it through *CMake*** or **generate its project files**.
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
