Not really, I just mean to have a room with better graphics.
Not really, I just mean to have a room with better graphics.
This is because I've started working on a different things lately, and I'm going to return to XR view development later. I still listen for a feedback. The truth is: I have no idea if the code works for others at all. There is no point mainlining not tested code. For testing, there is a preview release.
Btw, do you still use these Xenial/Bionic scripts as the base for your Appimages? I would like to build a custom Appimage based on LinkStage3 brach, but I have to disable Python2/QT4 part and move to Focal, since XR libraries do not exist in older Ubuntu releases.realthunder wrote: ↑Sat Sep 12, 2020 9:09 amNot really, I just mean to have a room with better graphics.
No, that is for debian packages. The AppImage scripts are here.kwahoo wrote: ↑Sun Oct 25, 2020 2:26 pmBtw, do you still use these Xenial/Bionic scripts as the base for your Appimages? I would like to build a custom Appimage based on LinkStage3 brach, but I have to disable Python2/QT4 part and move to Focal, since XR libraries do not exist in older Ubuntu releases.
Thanks, unforunately I cannot get it working (using your repository for testing):realthunder wrote: ↑Sun Oct 25, 2020 9:51 pm
No, that is for debian packages. The AppImage scripts are here.
Code: Select all
+ test conda-fc-dev
+ docker_name=conda-fc-dev
++ date +%Y%m%d
+ date=20201026
+ conda_img_name=FreeCAD-img-Conda-Py3-Qt5-20201026-glibc2.12-x86_64
+ cat
+ bash -c ' docker build -t conda-fc-dev -f tmp.dockfile'
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Should be fixed now.
Thanks, it's fixed.