Login  Register

windows installers

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

windows installers

ravas
870 posts
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
| More
Print post
Permalink

Re: windows installers

dxli
2004 posts
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
| More
Print post
Permalink

Re: windows installers

ravas
870 posts
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
| More
Print post
Permalink

Re: windows installers

dxli
2004 posts
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
| More
Print post
Permalink

Re: windows installers

ravas
870 posts
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
| More
Print post
Permalink

Re: windows installers

dxli
2004 posts
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
| More
Print post
Permalink

Re: windows installers

Jim Winkler
38 posts
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
| More
Print post
Permalink

Re: windows installers

LordOfBikes
Administrator
1119 posts
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
| More
Print post
Permalink

Re: windows installers

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

Re: windows installers

Jim Winkler
38 posts
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
| More
Print post
Permalink

Re: windows installers

dxli
2004 posts
libxml++ dependency removed in master branch.

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

Re: windows installers

ravas
870 posts
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
| More
Print post
Permalink

Re: windows installers

ravas
870 posts
The fix was:
git rebase origin/master

It built with no errors or warnings.