FreeCAD-Bundle
Stand-alone repo to Build and Deploy installable FreeCAD images. Do not open general FreeCAD issues here.
파일 탐색기
최종 버전 다운로드 (.zip)- freecad_bundle.yml
- source_creation.yml
- .DirIcon
- AppRun
- create_bundle.sh
- CMakeLists.txt
- FreeCAD.cpp
- freecad-doc.icns
- freecad-script.icns
- freecad.icns
- create_bundle.sh
- dmg_settings.py
- entitlements.plist
- Info.plist.template
- macos_sign_and_notarize.zsh
- fix_macos_lib_paths.py
- get_freecad_version.py
- create_bundle.bat
- ssl-patch.py
- .gitignore
- .pre-commit-config.yaml
- disable_git_info.patch
- LICENSE
- make_version_file.py
- notes.md
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/FreeCAD/FreeCAD-Bundle
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd FreeCAD-Bundle
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd conda/osx/launcher
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
mkdir build && cd build
빌드 결과물을 담을 폴더를 만들고 그 안으로 이동합니다.
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
// repository documentation
Was this content helpful?
(0 ratings)
