注意:有關最新的LOLCODE語言功能,包括標準庫( CAN HAS STDIO?
),網絡( CAN HAS SOCKS?
),字符串( CAN HAS STRING?
),以及更多,請使用future
分支(請參閱HTTPS的示例://github.com/justinmeza/httpd.lol/blob/master/httpd.lol)!維護main
分支以與LOLCODE 1.3語言規範(https://github.com/justinmeza/lolcode-pec/tree/master/master/v1.3)向後兼容,但是所有未來的發展都應在future
分支上進行。
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編寫的LOLCODE解釋器,旨在正確,便攜,快速和精確記錄。
該項目的主頁位於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發行版,則應在您的存儲庫中。
Python 2.7+或Python 2.x安裝了ArgParse模塊。
$ ./install.py -h
將顯示相關安裝選項的列表。例如,如果我想將LCI安裝到目錄“/home/kurtis/opt”目錄中:我將運行:
$ ./install.py -prefix =“/home/home/kurtis/opt”
$ cmake。
您還可以為您想要的CMake配置過程提供其他任何參數。要啟用內存測試,請在類似的情況下轉動pertral_mem_tests選項:
$ cmake -dperform_mem_tests:bool = on。
如果您願意,也可以使用“ CCMAKE”命令或Cmake GUI。有關更多詳細信息,請參見CMAKE文檔。
$製作
$製作安裝
$製作文檔
$ ctest
(請注意,這些說明是從Windows 7的角度寫的,但實際上,任何現代版本都可以使用。)
開始>右鍵單擊計算機>屬性>高級系統設置
環境變量...
選擇“路徑”變量,然後單擊“編輯...”。
將“; c: mingw bin; c: python32”添加到最後。
作為管理員運行。
CD C:用戶%用戶% Documents LCI
install.py -h
將顯示相關安裝選項的列表。例如,如果我想將LCI安裝到目錄“ C: Program Files LCI”目錄中:我將運行:
install.py -prefix =“ C:/Program Files/LCI”
(請注意,前向斜線用於分開目錄。)