nativefiledialog-extended
Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.
파일 탐색기
최종 버전 다운로드 (.zip)- cmake.yml
- wayland-protocols
- open_gtk3.png
- open_gtk3_dark.png
- open_macos_10.13_icons.png
- open_macos_10.13_list.png
- open_macos_10.13_tree.png
- open_macos_11.0.png
- open_macos_11.0_dark.png
- open_win10.png
- open_win10_dark.png
- nfd.h
- nfd.hpp
- nfd_glfw3.h
- nfd_sdl2.h
- CMakeLists.txt
- nfd_cocoa.m
- nfd_gtk.cpp
- nfd_linux_shared.hpp
- nfd_portal.cpp
- nfd_win.cpp
- CMakeLists.txt
- test.manifest
- test_glfw.c
- test_opendialog.c
- test_opendialog_cpp.cpp
- test_opendialog_native.c
- test_opendialog_native_with.c
- test_opendialog_with.c
- test_opendialogmultiple.c
- test_opendialogmultiple_cpp.cpp
- test_opendialogmultiple_enum.c
- test_opendialogmultiple_enum_native.c
- test_opendialogmultiple_native.c
- test_pickfolder.c
- test_pickfolder_cpp.cpp
- test_pickfolder_native.c
- test_pickfolder_native_with.c
- test_pickfolder_with.c
- test_pickfoldermultiple.c
- test_pickfoldermultiple_native.c
- test_savedialog.c
- test_savedialog_native.c
- test_savedialog_native_with.c
- test_savedialog_with.c
- test_sdl.c
- .clang-format
- .gitignore
- .gitmodules
- CMakeLists.txt
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/btzy/nativefiledialog-extended
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nativefiledialog-extended
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
cmake -DCMAKE_BUILD_TYPE=Release ..
이 명령어를 터미널에 그대로 입력해 실행하세요.
cmake --build .
이 명령어를 터미널에 그대로 입력해 실행하세요.
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
cmake --build . --config Release
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
