You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,30 @@ Upload the packages, do the git stuff !
137
137
138
138
139
139
140
+
**Another Approach (Experimental)**
141
+
--------
142
+
By using an experimental PPA we can install Qt6.2.2 (not 6.2.3) on a U2004 so, avoid the dreaded libc and get a Qt6 almost exactly as Zeljko want. So far, seems to work. This model is a credit to **salvadorbs** who worked out how to do this as a github action.
By using an experimental PPA we can install Qt6.2.2 (not 6.2.3) on a U2004 so, avoid the dreaded libc and get a Qt6 almost exactly as Zeljko want. So far, seems to work. This model is a credit to <bold>salvadorbs</bold> who worked out how to do this as a github action.
81
+
<list><list-itemdir="ltr">Build a U2004 VM, bring it up to date</list-item></list>
82
+
<list><list-itemdir="ltr">Add the Qt6.2.2 PPA -</list-item></list>
<list><list-itemdir="ltr">Then, pull down a git copy of this repo into ~/Pascal</list-item></list>
86
+
<list><list-itemdir="ltr">Run the script, qt6update.bash in the above, ~/Pascal/cbindings/package/scripts - it will update the ~/Pascal/libqt6pas source tree (if necessary).</list-item></list>
87
+
<list><list-itemdir="ltr">cd down into the ~/Pascal/libqt6pas/cbindings and run qmake6; make to build the library, slow !</list-item></list>
88
+
<list><list-itemdir="ltr">cd down into packages and run the script package-lib, it should build the packages for you.</list-item></list>
89
+
90
+
Now, push the changes you made to the source earlier up to github, create a new release page and git it an appropriate version tag. Upload the files.
0 commit comments