참고 : 표준 라이브러리 ( CAN HAS STDIO?
), 네트워킹 ( CAN HAS SOCKS?
), 문자열 (문자열 CAN HAS STRING?
) 등을 포함한 최신 LOL 코드 언어 기능의 경우 future
지점을 사용하십시오 (HTTPS 예제 참조. : //github.com/justinmeza/httpd.lol/blob/master/httpd.lol)! main
브랜치는 LOLcode future
언어 사양 (https://github.com/justinmeza/lolcode-spec/tree/mas
Copyright (C) 2010-2014 Justin J. Meza
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
LCI는 C로 작성된 LOL 코드 통역사이며 정확하고 휴대용, 빠르며 정확하게 문서화되도록 설계되었습니다.
이 프로젝트의 홈페이지는 http://lolcode.org에 있습니다. 도움을 받으려면 http://groups.google.com/group/lci-general을 방문하십시오. 버그를보고하려면 http://github.com/justinmeza/lci/issues로 이동하십시오.
Justin J. Meza [email protected]이 제작하고 유지 관리합니다.
CMAKE가 설치되어 있어야합니다 (www.cmake.org). a) 패키지 관리가있는 Linux 배포판을 사용하는 경우 CMAKE가 리포지토리에 있어야합니다.
Argparse 모듈이 설치된 Python 2.7+ 또는 Python 2.x.
$ ./install.py -h
관련 설치 옵션 목록이 표시됩니다. 예를 들어, 디렉토리 "/home/kurtis/opt"에 LCI를 설치하려면 실행합니다.
$ ./install.py ---prefix = "/home/kurtis/opt"
$ cmake.
원하는 CMAKE 구성 프로세스에 대한 다른 인수를 제공 할 수도 있습니다. 메모리 테스트를 활성화하려면 Perform_mem_tests 옵션을 다음과 같이 켭니다.
$ cmake -dperform_mem_tests : bool = on.
원하는 경우 "CCMAKE"명령 또는 CMAKE GUI를 사용할 수도 있습니다. 자세한 내용은 CMAKE 문서를 참조하십시오.
$ make
$를 설치하십시오
$는 문서를 만듭니다
$ ctest
(지침은 Windows 7의 관점에서 작성되었지만 실제로는 현대 버전이 작동합니다.)
시작> 컴퓨터를 마우스 오른쪽 버튼으로 클릭하십시오> Properties> 고급 시스템 설정
환경 변수 ....
"경로"변수를 선택하고 "편집 ..."을 클릭하십시오.
끝에 "; c : mingw bin; c : python32"를 추가하십시오.
관리자로 실행하십시오.
CD C : 사용자%사용자% documents lci
install.py -h
관련 설치 옵션 목록이 표시됩니다. 예를 들어 LCI가 디렉토리 "C : Program Files LCI"에 설치하려면 다음을 실행합니다.
install.py ---prefix = "c :/program files/lci"
(전방 슬래시는 디렉토리를 분리하는 데 사용됩니다.)