Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwardcwang/qcad-ubuntu
Quick and dirty scripts for QCAD Ubuntu packages
https://github.com/edwardcwang/qcad-ubuntu
Last synced: 18 days ago
JSON representation
Quick and dirty scripts for QCAD Ubuntu packages
- Host: GitHub
- URL: https://github.com/edwardcwang/qcad-ubuntu
- Owner: edwardcwang
- Created: 2024-06-22T22:52:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T23:43:34.000Z (5 months ago)
- Last Synced: 2024-10-10T20:45:42.127Z (about 1 month ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QCAD builds for Ubuntu
**Downloads**: See the releases page https://github.com/edwardcwang/qcad-ubuntu/releases
Quick and dirty QCAD .deb package builds for Ubuntu.
Current supported Ubuntu version: 24.04 Noble
# Instructions
```shell
# Run once to install build tools and deps
./setup.sh# Grab QCAD source and build
./build.sh# Build Debian/Ubuntu deb package
./mkpkg.sh
```# Notes
`make install` doesn't really seem to work for QCAD and we have to manually copy out the files.
The original goal was to use Checkinstall but it got really slow around here as it seems that the check for each file is far too slow/inefficient.
https://github.com/ruxkor/checkinstall/blob/e48e26a/checkinstall#L1753
```
checkinstall --install=no --fstrans=yes --review-control ./install.sh $PWD/qcad
```# References
* https://www.qcad.org/en/component/content/article/78-qcad/111-qcad-compilation-from-sources
* https://github.com/pixeldexter/qcad-debian