Jean-Pierre Chrétien wrote:
I uploaded a first proposal for this file in the wiki
http://wiki.lyx.org/uploads/Windows/french.nsh
Thank you, Jean-Pierre. I've grabbed it (removed it from the wiki too) and
added it to the installer.
How can I test it ? (if needed, seems that what should be validated
is only the understandabiblity of the French translations, but
I think it's better to see it in situation than in an i18n file).
I guess I must wait for an update of the installer ?
I've rebuilt the installer. Get it at
http://www.lyx.org/~leeming/lyx_setup_136.exe . Christian, could you do the
honours and move it over to the wiki site. The uploader refuses to accept
it from me. Alternatively, if you can add "leeming" to the wiki group then
I'd be able to move it myself, no?
Can I build it from CVS ?
Yes. See development\Win32\packaging\README
One note: when compiling packaging\installer\lyx_path_prefix.C to create
lyx_path_prefix.dll, you may need to edit
C:\Program Files\NSIS\Contrib\ExDLL\exdll.h:
typedef struct {
- exec_flags *exec_flags;
+ exec_flags *extra_flags;
int (__stdcall *ExecuteCodeSegment)(int, HWND);
} extra_parameters;
Here, g++ complained about the variable having the same name as the struct.
Updates welcome of course.
Took me 1/2 hour to do it :-). Great work, Angus.
A lot of thanks to you (as well as Ruurd's pionner work
and all developers who accepted to set hands inside Windows
subtilities) for this new port of LyX which hopefully
will help much to spread it.
BTW, any need to translate your wiki page ? but this will require more
than 1/2hour :-(
Angus