windows installers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

windows installers

ravas
When I want to compile an installer for the latest commit,
is there a quick way to update only the changed files?
Or do I just clone the whole project again?

I would be willing to upload installers for Windows if that is agreeable.
What is the protocol for that?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

dxli
using command line git tool, in your librecad source folder, run:

git fetch
git rebase
ravas wrote
When I want to compile an installer for the latest commit,
is there a quick way to update only the changed files?
Or do I just clone the whole project again?

I would be willing to upload installers for Windows if that is agreeable.
What is the protocol for that?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

ravas
Thank you!

Am I allowed to post links to installers I have compiled and uploaded,
if I note that it is unofficial?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

dxli
if you can be sure that it's virus free.

ravas wrote
Thank you!

Am I allowed to post links to installers I have compiled and uploaded,
if I note that it is unofficial?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

ravas
Well I'm sure I didn't add any. ;-]
Do you trust http://www.filedropper.com/ ?

--

Regarding libxml++
has a package been prepared?
Where would I put it?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

dxli
we actually have a windows building server available.

It's better to make the night building works:

redo building every day (or night);
if there's no new commit, stop here;
build an installer, upload it to sf.net

ravas wrote
Well I'm sure I didn't add any. ;-]
Do you trust http://www.filedropper.com/ ?

--

Regarding libxml++
has a package been prepared?
Where would I put it?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

Jim Winkler
Is it possible to get an up-to-date build? There are several fixes that I would find useful. I have installed LibreCAD-Installer-2.0.7-45-g00c66c0 which don't have them. Thanks -Jim
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

LordOfBikes
Administrator
You can download a new Nightly Build Windows Installer:

LibreCAD-Installer-2.0.7-135-g90e2c72.exe in NightlyBuilds

This build is based on commit 90e2c72 from April 10th, including DWG support
investing less than half an hour into Search function can save hours or days of waiting for a solution
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

ravas
I'm glad you mentioned dwg support!
I had just started manually converting all mine.
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

Jim Winkler
In reply to this post by LordOfBikes
Thank you very much. The new features work. Much appreciated! -Jim
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

dxli
libxml++ dependency removed in master branch.

windows building should work as usual
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

ravas
I updated with git rebase, but it still complains about libxml++
is there a file that needs to be changed or removed?
Or do you recommend that I make a fresh clone?
Reply | Threaded
Open this post in threaded view
|

Re: windows installers

ravas
The fix was:
git rebase origin/master

It built with no errors or warnings.