T. Almroth
T. Almroth
How far are we from a next release? I tried building this thing with VS 2022 Build Tools. CEF went fine but phpdesktop crashed with a variety of build errors....
I'm an absolute amateur at C compiling. I figure there is a bit reading between the lines that I don't fully understand. ```bat cd cef_binary/build/ cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release ^...
So the building part is a complete discussion by it's own. I just need this thingy to run when there is a space character in the application path. Like C:\Program...
Thank you for reporting, and providing a solution. I wonder if this commit could be related. https://github.com/litecart/litecart/commit/63b48895125dbeb7f381cfe16541ceca35573d62
Closing as patch implemented.
Hi. From my understanding all we need is a dockerfile. I haven't fallen in love yet with Docker therefore the lack of a readymade instruction. You could use this wiki...
Here is what ChatGPT is proposing: ``` FROM debian:latest # Set timezone ENV TZ=Europe/London RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \ && echo $TZ > /etc/timezone # Update system and install...
Here is my proposal, not tested. But it could save someone time. ``` # # Usage: # docker build --build-arg MYSQL_ROOT_PASSWORD=yourpassword -t Dockerfile . # FROM debian:latest # Set timezone...
Dockerfile comitted for 3.0. https://github.com/litecart/litecart/commit/f1f5bd534564688ccb97203f5b2c5f202020a750
@JulianSobott I understand this did not match all your desires. But it's a starter at least. Your case might be a little customer specific and need hands on. For custom...