Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

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

Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

maqifrnswa
On Thu, Apr 19, 2012 at 3:19 PM, Scott Howard <[hidden email]> wrote:
> It's in the daily builds... someone should fix that {looks in the mirror}...
>
> I'll take a look at it

Ok, so it looks like librecad builds everything it needs in

unix/resources
which has:
doc  fonts  library  patterns  plugins  qm

However, "doc" is empty

It turns out that in scripts/postprocess-unix.sh:
THISDIR="`pwd`"
LCDIR="${THISDIR}/librecad"
RESOURCEDIR="${THISDIR}/unix/resources"
TSDIR="${LCDIR}/ts"
SPTDIR="${LCDIR}/support"
DOCDIR="${SPTDIR}/doc"

then later on:
mkdir -p "${RESOURCEDIR}"/fonts
mkdir -p "${RESOURCEDIR}"/patterns
mkdir -p "${RESOURCEDIR}"/doc
cp "${SPTDIR}"/patterns/*.dxf "${RESOURCEDIR}"/patterns
cp "${SPTDIR}"/fonts/*.lff* "${RESOURCEDIR}"/fonts

we probably need
cp -a "${SPTDIR}"/docs/* "${RESOURCEDIR}"/doc

because we're never copying the docs to unix/resources

Is that right?
Reply | Threaded
Open this post in threaded view
|

Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

maqifrnswa
On Thu, Apr 19, 2012 at 3:42 PM, R. van Twisk [via LibreCAD]
<[hidden email]> wrote:
> Scott,
>
> I hope you didn't miss my previous mail si I will paste it again…

I got it - i'm working on the merge now and testing
Reply | Threaded
Open this post in threaded view
|

Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

maqifrnswa
In reply to this post by R. van Twisk
On Thu, Apr 19, 2012 at 3:44 PM, Scott Howard <[hidden email]> wrote:
> On Thu, Apr 19, 2012 at 3:42 PM, R. van Twisk [via LibreCAD]
> <[hidden email]> wrote:
>> Scott,
>>
>> I hope you didn't miss my previous mail si I will paste it again…
>
> I got it - i'm working on the merge now and testing

It's committed and working with the daily builds. Users should see it
working within a few hours.
Reply | Threaded
Open this post in threaded view
|

Re: Help not showing in daily builds (was: Questions for a New LC user. Layers, Print window, Help files.)

zs1otb
This post was updated on .
I have just updated to LibreCAD SCM Revision 2.0 Alpha3. When I select >Help -> Manual I get a blank display. I have not yet been able to see the manual. Is there something I can do do fix this problem on my side?
Asking a question is not stupid, it is rather a sure way to get enlightened...