phd
PHD
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- full_render_doc-en_test.yml
- test.yml
- dependabot.yml
- phd-guide.xml
- bg.ini
- cs.ini
- da.ini
- de.ini
- en.ini
- es.ini
- fr.ini
- it.ini
- ja.ini
- no.ini
- pl.ini
- pt_BR.ini
- ro.ini
- ru.ini
- sr.ini
- sv.ini
- tr.ini
- uk.ini
- zh.ini
- Manpage.php
- XHTML.php
- Factory.php
- GeSHi.php
- GeSHi11x.php
- Handler.php
- Interface.php
- Parser.php
- BigXHTML.php
- ChunkedXHTML.php
- Factory.php
- Manpage.php
- TocFeed.php
- XHTML.php
- Function.php
- Param.php
- API.php
- Base.php
- demo.php
- Factory.php
- Funclist.php
- JSON.php
- PHP.php
- PHPStub.php
- SQLite.php
- TODO-RENDERING
- XML.php
- BigXHTML.php
- CHM.php
- ChunkedXHTML.php
- Factory.php
- TocFeed.php
- Web.php
- XHTML.php
- BigXHTML.php
- CHM.php
- ChunkedXHTML.php
- EnhancedCHM.php
- Epub.php
- Factory.php
- HOWTO.GENERATE_CHM
- HowTo.php
- KDevelop.php
- Manpage.php
- README
- search.js
- TocFeed.php
- Web.php
- XHTML.php
- DBHTMLHandler.php
- PHPDOCHandler.php
- Partial.php
- Autoloader.php
- Config.php
- constants.php
- ErrorHandler.php
- Format.php
- Highlighter.php
- Index.php
- IndexRepository.php
- MediaManager.php
- ObjectStorage.php
- OutputHandler.php
- PIHandler.php
- Reader.php
- ReaderKeeper.php
- Render.php
- TestGenericChunkedXHTML.php
- TestIndex.php
- TestPHPBigXHTML.php
- TestPHPChunkedXHTML.php
- TestRender.php
- TestFormat.php
- autoloader_001.phpt
- bug-GH-225.xml
- bug_doc-en_GH-3353.xml
- bug_doc-en_GH-3428.xml
- bug_GH-87.xml
- example_numbering_001.xml
- bug_GH-98.xml
- indexing_001.xml
- preface_no_chunk.xml
- bug_GH-98.phpt
- indexing_001.phpt
- preface_no_chunk.phpt
- default_handler_001.phpt
- default_handler_002.phpt
- default_handler_003.phpt
- default_handler_004.phpt
- default_handler_005.phpt
- default_handler_006.phpt
- default_handler_007.phpt
- default_handler_008.phpt
- default_handler_009.phpt
- default_handler_010.phpt
- 001-1.xml
- 002.xml
- 003.xml
- attribute_formatting_001.xml
- attribute_formatting_002.xml
- attribute_formatting_003.xml
- attribute_formatting_004.xml
- caption_001.xml
- simplelist.xml
- whitespace_formatting_001.xml
- 001.phpt
- 002.phpt
- 003.phpt
- attribute_formatting_001.phpt
- attribute_formatting_002.phpt
- attribute_formatting_003.phpt
- attribute_formatting_004.phpt
- caption_001.phpt
- simplelist_001.phpt
- whitespace_formatting_001.phpt
- bug49101-1.xml
- bug49102-1.xml
- bug_doc-en_GH-3197.xml
- class_and_method_link_rendering_001.xml
- class_rendering_001.xml
- class_rendering_002.xml
- constant_links.xml
- entities.acronyms.ent
- enum_link_rendering.xml
- enumidentifier_link_rendering.xml
- exception_rendering_001.xml
- exception_rendering_002.xml
- faq001.xml
- function_replaceable_rendering.xml
- mathml_rendering.xml
- packagesynopsis_rendering.xml
- property_linking.xml
- type_rendering_constructorsynopsis_parameters-and-return-type.xml
- type_rendering_methodsynopsis_parameters.xml
- type_rendering_methodsynopsis_return_types.xml
- variablelist_rendering_001.xml
- version.xml
- acronym_info_001.phpt
- bug49101-1.phpt
- bug49101-2.phpt
- bug49102-1.phpt
- bug_doc-en_GH-3179.phpt
- class_and_method_link_rendering_001.phpt
- class_rendering_001.phpt
- class_rendering_002.phpt
- class_rendering_003.phpt
- constant_links_001.phpt
- enum_link_rendering.phpt
- enumidentifier_link_rendering.phpt
- exception_rendering_001.phpt
- exception_rendering_002.phpt
- exception_rendering_003.phpt
- faq001.phpt
- function_replaceable_rendering.phpt
- mathml_rendering.phpt
- packagesynopsis_rendering_001.phpt
- property_linking.phpt
- type_rendering_001.phpt
- type_rendering_002.phpt
- type_rendering_003.phpt
- variablelist_rendering_001.phpt
- partial_reader_001.phpt
- reader_001.phpt
- render_001.xml
- sources.xml
- version.xml
- entities.acronyms.ent
- render_001.phpt
- bug_doc-en_GH-3353.phpt
- bug_doc-en_GH-3428.phpt
- bug_GH-87.phpt
- example_numbering_001.phpt
- GH-225.phpt
- helpers.php
- setup.php
- check-langs.php
- phd-completion.sh
- phd.1
- pman.1
- .gitignore
- composer.json
- composer.lock
- HOWTO.RELEASE
- LICENSE
- Makefile
- package-pman.php
- package.xml
- package_generic.xml
- package_geshi.xml
- package_geshi11x.xml
- package_ide.xml
- package_pear.xml
- package_php.xml
- package_pman.xml
- phd.bat
- pman.sh
- README.md
- render.php
- TODO.RENDERER
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/php/phd
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd phd
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer install
composer.json에 명시된 PHP 라이브러리를 설치합니다.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
