简体   繁体   English

Codeigniter 3用户指南编译

[英]Codeigniter 3 user guide compile

I'm missing one step on compiling codeigniter 3 user_guide in windows. 我缺少在Windows中编译codeigniter 3 user_guide的步骤。 I followed the steps described here . 我按照此处描述的步骤进行操作。

Installation 安装

Step 1 - Install easy_install 步骤1-安装easy_install

Step 2 - easy_install sphinx 第2步-easy_install sphinx

Step 3 - easy_install sphinxcontrib-phpdomain 第3步-easy_install sphinxcontrib-phpdomain

Step 4 - Install the CI Lexer which allows PHP, HTML, CSS, and JavaScript syntax highlighting in code examples (see cilexer/README) 步骤4-安装CI Lexer,它允许在代码示例中突出显示PHP,HTML,CSS和JavaScript语法(请参阅cilexer / README)

Step 5 - cd user_guide_src 第5步-cd user_guide_src

Step 6 - make html (here i have a problem. i get a message saying.. 'make' it not recognized as an internal or external command) 第6步-使HTML(这里我有一个问题。我收到一条消息说..'使'它不被识别为内部或外部命令)

To run easy_instal like on other steps, i added "C:\\Python27\\Scripts" into Path environment variable. 要像在其他步骤上一样运行easy_instal,我将“ C:\\ Python27 \\ Scripts”添加到Path环境变量中。 But i don't know how to do same thing for 'make' command to be available. 但我不知道如何做同样的事情,以使“ make”命令可用。

Step 6 is the only thing it's missing, all others ran successfuly. 步骤6是唯一缺少的东西,所有其他步骤都成功运行。

Thanks in advance 提前致谢

Since you have added "C:\\Python27\\Scripts" into Path environment variable sphinx-build -b html c:\\wamp\\www\\codeigniter\\user_guide_src\\source c:\\wamp\\www\\codeigniter\\user_guide_html should work. 由于已将“ C:\\ Python27 \\ Scripts”添加到Path环境变量中,因此sphinx-build -b html c:\\ wamp \\ www \\ codeigniter \\ user_guide_src \\ source c:\\ wamp \\ www \\ codeigniter \\ user_guide_html应该可以工作。

Full tutorial I had used in my case was from Compile CodeIgniter User Guide on Windows which were the same steps as yours. 在我的案例中,我使用的完整教程来自Windows上的Compile CodeIgniter用户指南,与您的步骤相同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM