mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
- Add the windows patch, and a minimal readme
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
751f2fc0cc
commit
5c66b43ce8
2219
development/Win32/lyx-devel.patch
Normal file
2219
development/Win32/lyx-devel.patch
Normal file
File diff suppressed because it is too large
Load Diff
24
development/Win32/readme.txt
Normal file
24
development/Win32/readme.txt
Normal file
@ -0,0 +1,24 @@
|
||||
To compile using MicroSoft Visual Studio 2003.NET, do this:
|
||||
|
||||
1) Checkout Qt/Free from CVS next to lyx-devel and compile.
|
||||
See http://kde-cygwin.sourceforge.net/qt3-win32/compile-net.php
|
||||
for more info.
|
||||
2) Make sure QTDIR is set in your global environment, and QTDIR\bin
|
||||
is in your path. Control panel, system, advanced, environment
|
||||
variables in your friend on Windows XP.
|
||||
3) Apply the lyx-devel.patch using GNU patch. Download from
|
||||
http://gnuwin32.sourceforge.net/packages/patch.htm
|
||||
and type "patch -p0 development\win32\lyx-devel.patch" in cmd box with current working directory right outside
|
||||
lyx-devel
|
||||
4) Open the development\win32\lyx.sln file in Visual Studio,
|
||||
compile and run. You can probably also use the free version
|
||||
of Microsoft's compiler, but I haven't tried that.
|
||||
|
||||
Development:
|
||||
|
||||
To get a stack-trace for assertions in LyX, make a breakpoint
|
||||
in src/Boost.C.
|
||||
|
||||
To run LyX, you need a bunch of generated files from configure.
|
||||
You can find these on the LyX mailing list in January 2005.
|
||||
|
Loading…
Reference in New Issue
Block a user