Skip to content

Releases: CRiSTiK24/AddCI-CDLibreCAD_3

Windows debug version

02 Sep 16:28
Compare
Choose a tag to compare
Windows debug version Pre-release
Pre-release

Version compiled in my computer

More or less functional LibreCAD3 Binaries

08 Aug 10:25
Compare
Choose a tag to compare

When executing the program, you may notice that the painter (screen where you draw the lines) is green. To solve this, press the top left option called "File" and click new. The new window will have a functional painter.

Appimage 18.04 with qt libraries

17 Jul 15:02
Compare
Choose a tag to compare
Pre-release

This Appimage has the qt plugins with linuxdeploy+linuxdeploy-plugin-qt. It works on the VM where it was built. Has a segmentation fault on my Laptop.

18.04 Ubuntu AppImage

14 Jul 21:23
Compare
Choose a tag to compare
18.04 Ubuntu AppImage Pre-release
Pre-release

I was able to execute this appImage and it kinda works i guess. Though it has a green screen and missing icons which I think also happens on the windows code.

AppImage 3rd try

12 Jul 14:27
Compare
Choose a tag to compare
AppImage 3rd try Pre-release
Pre-release

I've packaged again the appImage but this time forcing it to package /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libstdc++.so.6. Hope it works now

Second try on Appimage

11 Jul 13:01
Compare
Choose a tag to compare
Pre-release

Using a different tool, Let's see if this one works correctly:

0.0.5 Windows

10 Jul 19:03
Compare
Choose a tag to compare
0.0.5 Windows Pre-release
Pre-release

Solved Desktop shortcut problem, VC redistributables and automatic install of path.lua.

Everything should be smooth now ( There is still that problem with the icons not appearing on top, but I'll need confirmation that it happens in other computers).

0.0.4

09 Jul 17:08
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

AppImage Prototype, no idea if it works correctly. I can't upload Appimages so it's in the zip.

Alpha v003

08 Jul 20:51
Compare
Choose a tag to compare
Alpha v003 Pre-release
Pre-release

a path.lua file is required to be created in the bin folder with the following content:

package.path = package.path .. ';../finalInstallDir/usr/share/librecad/lcUILua/?.lua'
ui_path='../finalInstallDir/usr/share/librecad/lcUI/ui'
plugin_path='../finalInstallDir/usr/share/librecad/lcUILua/plugins'
lua_path='../finalInstallDir/usr/share/librecad/lcUILua'

JSON settings are in bin, but application can't find default configuration.

v0.0.2

26 Jun 22:23
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Made binaries be installed in bin instead of RelWithDebInfo and also filtered most useless files ( I have no idea where include folder is installed from ). Path.lua doasn't work, and is installed in C://bin instead of where it should be ( RootInstallFolder/bin).

This is a minor issue, I've managed to track where the include folder comes from. It seems it's from lckernel/tinyspline/src/CMakeLists.txt. The variable is TINYSPLINE_INSTALL_INCLUDE_DIR. It's used quite a bit, so i'll see if I can solve next patch.