본문 바로가기
알고리즘

[Lua]_설치

by 도승이 2021. 9. 8.

LUA 설치 및 환경변수 설정

공식사이트, (lua.org)

공식사이트에서 download - binaries 탭을 들어가면 소스포지로 연결된다.

http://luabinaries.sourceforge.net/

 

Lua Binaries

Overview LuaBinaries is a distribution of the Lua libraries and executables compiled for several platforms. This distribution offers a standard set of Lua libraries for the available platforms that can be used in any project that wants to be compatible wit

luabinaries.sourceforge.net

 

 

최신버전을 받아서

적당히 폴더명 , 파일명을 수정해준다

ex) 폴더명은 lua , 파일명은 lua53.exe -> lua.exe

 

이후 윈도우 - 시스템 환경 변수 편집

환경변수 (왼쪽부터 차례차례 들어가기)

 

제대로 되었는지 확인하기위해

cmd 창을 열어 lua -v 를 입력한다.

 

lua 설치 체크

 

 

 

Visual studio code 설치

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

설치 해준뒤 확장프로그램으로

한국어팩 , Code Runner, Lua , Lua Debug 를 설치해준다.

확장 프로그램

 

실행화면

 

 

'알고리즘' 카테고리의 다른 글

BOJ 10816 숫자 카드 2  (0) 2022.02.12
BOJ 1920번 수찾기  (0) 2022.02.11
BOJ_11047_동전0  (0) 2021.08.25
BOJ_1712_손익분기점  (0) 2021.08.13
BOJ_1904_01타일  (0) 2021.08.10

댓글