aboutsummaryrefslogtreecommitdiff
path: root/store/works/teapot/README.md
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
commitdc1f0c4c0096013799416664894c5194dc7e1f52 (patch)
tree2f5d235f778cd720f4c39ec3e56b77ba6d99f375 /store/works/teapot/README.md
parent7299d424d90b1effb6db69e3476ddd5af72eeba4 (diff)
downloadcrupest-dc1f0c4c0096013799416664894c5194dc7e1f52.tar.gz
crupest-dc1f0c4c0096013799416664894c5194dc7e1f52.tar.bz2
crupest-dc1f0c4c0096013799416664894c5194dc7e1f52.zip
chore(store): move everything to store.
Diffstat (limited to 'store/works/teapot/README.md')
-rw-r--r--store/works/teapot/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/store/works/teapot/README.md b/store/works/teapot/README.md
new file mode 100644
index 0000000..caf2eaf
--- /dev/null
+++ b/store/works/teapot/README.md
@@ -0,0 +1,10 @@
+From https://github.com/qt/qtquick3d/tree/dev/examples/quick3d/view3d
+
+This package only works on Ubuntu 22.04 because it relies on the system qt6 libs. At least I only test this platform. Other platforms might also work if the lib linkage is right. However, another way is to bundle all dependencies into the deb, which looks like most apps would do. But I'm new to deb package system and I'm in a hurry with no time to do more research.
+
+In a word,
+
+1. Make sure you are on Ubuntu 22.04.
+2. Download `package.deb` from ci.
+3. Run `sudo apt-get install package.deb` (NOT `dpkg`), and apt will take care of dependencies for you.
+4. Run `crupest-teapot` and enjoy yourself!