简体   繁体   中英

Codeigniter 3 user guide compile

I'm missing one step on compiling codeigniter 3 user_guide in windows. I followed the steps described here .

Installation

Step 1 - Install easy_install

Step 2 - easy_install sphinx

Step 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)

Step 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)

To run easy_instal like on other steps, i added "C:\\Python27\\Scripts" into Path environment variable. But i don't know how to do same thing for 'make' command to be available.

Step 6 is the only thing it's missing, all others ran successfuly.

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.

Full tutorial I had used in my case was from Compile CodeIgniter User Guide on Windows which were the same steps as yours.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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