{"id":16358151,"url":"https://github.com/botspot/freecad-precompiled","last_synced_at":"2026-01-22T08:31:53.519Z","repository":{"id":101836066,"uuid":"297476584","full_name":"Botspot/FreeCAD-precompiled","owner":"Botspot","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-04T15:33:36.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T21:39:30.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Botspot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-21T22:36:10.000Z","updated_at":"2024-04-13T10:54:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"65c060b5-b5d5-4b1c-ab20-0c66b1430ab8","html_url":"https://github.com/Botspot/FreeCAD-precompiled","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"bdbd95f72623a482d796dec395da2bc8aacdddfc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Botspot/FreeCAD-precompiled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2FFreeCAD-precompiled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2FFreeCAD-precompiled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2FFreeCAD-precompiled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2FFreeCAD-precompiled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Botspot","download_url":"https://codeload.github.com/Botspot/FreeCAD-precompiled/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2FFreeCAD-precompiled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:04:56.005Z","updated_at":"2026-01-22T08:31:53.490Z","avatar_url":"https://github.com/Botspot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# FreeCAD-precompiled\nThis is a version of FreeCAD that has already been compiled for Raspberry Pi. Followed [Scruss's tutorial](https://scruss.com/blog/2020/02/16/freecad-on-raspberry-pi-4/) for FreeCAD version 0.18.4  \n[![badge](https://github.com/Botspot/pi-apps/blob/master/icons/badge.png?raw=true)](https://github.com/Botspot/pi-apps)  \n## To install:  \n```\nfunction error {\n  echo -e \"\\e[31m$1\\e[39m\"\n  exit 1\n}\n\n# Get dependencies\nDIRECTORY=\"$(dirname \"$(dirname \"$(dirname \"$0\")\")\")\"\n\nsudo apt-get install -y \"cmake build-essential libtool lsb-release swig libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-graph-dev libboost-iostreams-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev libboost-serialization-dev libboost-signals-dev libboost-thread-dev libcoin-dev libeigen3-dev libgts-bin libgts-dev libkdtree++-dev libmedc-dev libopencv-dev libproj-dev libvtk6-dev libx11-dev libxerces-c-dev libzipios++-dev qt4-dev-tools libqt4-dev libqt4-opengl-dev libqtwebkit-dev libshiboken-dev libpyside-dev pyside-tools python-dev python-matplotlib python-pivy python-ply python-pyside libocct*-dev occt-draw libocct-data-exchange-dev libocct-draw-dev libocct-visualization-dev libsimage-dev doxygen libcoin-doc dh-exec libspnav-dev\" || exit 1\n\n#download from google drive\nwget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download\u0026confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download\u0026id=10zsGG86z2iCN4bIfs4D4wg2hZJ4J5hGF' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\\1\\n/p')\u0026id=10zsGG86z2iCN4bIfs4D4wg2hZJ4J5hGF\" -O freecad-precompiled.zip || error \"failed to download archive from Google Drive!\"\n\nrm -f /tmp/cookies.txt  || echo \"Warning: failed to remove cookies.txt.\"\n\nrm -rf freecad-build FreeCAD-0.18.4 || error \"Failed to delete freecad-build and FreeCAD-0.18.4 folders!\"\n\nunzip -q ~/freecad-precompiled.zip || error \"Failed to extract archive!\"\nrm -f ~/freecad-precompiled.zip || error \"Failed to delete archive!\"\n\ncd freecad-build || error \"Failed to enter directory!\"\nsudo make install || error \"sudo make install failed!\"\n```\n## To uninstall:  \n```\nsudo rm -f $(cat ~/freecad-build/install_manifest.txt)\nrm -rf freecad-build FreeCAD-0.18.4\n```\n\nThis was compiled on a Raspberry Pi 4 on 9/21/2020.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotspot%2Ffreecad-precompiled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotspot%2Ffreecad-precompiled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotspot%2Ffreecad-precompiled/lists"}