Uwe Stöhr
f723afcb52
INSTALL.Win32: a typo
2016-07-18 01:45:24 +02:00
Uwe Stöhr
862848649a
INSTALL.Win32: mention the new Wiki page
2016-07-18 01:44:19 +02:00
Georg Baum
63021790d5
Add missing dlls
...
Again thanks to racoon. This is a quick fiyx, in the long term we need to
find out why this is not done automatically.
2016-07-12 22:00:28 +02:00
Georg Baum
ae8028de7c
More fixes to MSVC compilation instructions
...
Many thanks to racoon for all the patience and feedback!
2016-07-10 20:32:43 +02:00
Georg Baum
4bc2b248f7
Use default MSVC install path
...
My memory was wrong, the default path uses the internal version number.
2016-06-19 19:04:30 +02:00
Georg Baum
b425e3108e
Ajust instructions to qt 5
...
Building with MSVC and qt4 is an esoteric special case nowadays. People who
are able to do this will also figure out how to call cmake. The standard case
is qt 5, and this was not yet documented.
2016-06-19 16:28:02 +02:00
Georg Baum
a88d1f023b
Describe how to set env vars for the MSVC compiler
...
The old instructions did assume that the MSVC bin directory was in the PATH.
This is not recommended, since it gets in the way if you want to compile for
32 and 64 bit. Therefore it is now described how to configure without the
PATH dependency.
2016-06-19 13:26:48 +02:00
Georg Baum
4d7fa5fab3
Update MSVC build instructions
...
We recommend MSVC 2015 now, because of better C++11 support and MSVC 2010 is
not available anymore. Also update several pathsdue tro changed dependency
packages.
2016-06-19 12:55:00 +02:00
Georg Baum
78d6c2f331
Describe cross-compilation with MXE
...
MXE is really a great project: It provides a cross-compilation environment
for compiling windows binaries using mingw from any unix system, and includes
lots of prepackaged libraries. The latter distinguishes it from the mingw
cross-compilers packaged with some linux distros such as debian.
I was even able to run the resulting lyx.exe using wine!
2016-05-29 17:55:44 -04:00
Shankar Giri Venkita Giri
a5cd574f55
Document MinGW64 autotools build
...
Update INSTALL.Win32 to describe compiling with GCC with
MinGW64 + MSYS2 Environment using autotools (see bug 10053)
2016-05-29 17:55:43 -04:00
Georg Baum
6390e6264e
Fix version number
2016-05-05 13:39:45 +02:00
Uwe Stöhr
eeb0148694
INSTALL.Win32: correct a path
2013-06-02 17:14:42 +02:00
Uwe Stöhr
54e37ebc99
INSTALL.Win32: updates for lyX 2.1
...
- fix a link and ad info for the installer
- add the 3 required DLLs for the installer
2013-06-02 17:00:16 +02:00
Vincent van Ravesteijn
858a088c7f
Partly Revert "- INSTALL.Win32: revise and update the description"
...
This partly reverts commit eeda1c099e
.
LyX still uses CMake to compile LyX on Windows.
2012-06-15 12:40:45 +02:00
Uwe Stöhr
eeda1c099e
- INSTALL.Win32: revise and update the description because since Qt 4.8 it mustn't be compiled (and can currently also not without a lot of hacking). Moreover we have now a build script that does all the configuration in one step and we can benefit from the fast Ninja compilation
...
Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
2012-03-18 23:59:03 +01:00
Georg Baum
f86c7150d2
Update cmake instructions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39877 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-17 20:10:29 +00:00
Peter Kümmel
8f993bfcf1
cmake: update readmes, we have now a top level cmake file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38611 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-07 11:47:30 +00:00
Pavel Sanda
cfc6226f37
Add note from Joost
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37942 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-18 00:15:52 +00:00
Pavel Sanda
51e3361909
I completely missed that creating windows installer should be possible for other devs now as well.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37764 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-23 13:41:57 +00:00
Joost Verburg
77b8c01fb7
add info about installer compilation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37723 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-17 19:42:32 +00:00
Joost Verburg
9129a70941
updated compile instructions for the MSVC 2010 / CMake environment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37711 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-17 15:55:59 +00:00
Pavel Sanda
002d8c107a
Update READMEs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33643 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-06 15:29:46 +00:00
Uwe Stöhr
53064b49e8
SCons: require Python 2.6 for SCons for LyX 2.0 (branch and other Python files will stay as they are), this keeps us on track to Python 3.0 as discussed on the list.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28249 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-18 18:54:43 +00:00
Pavel Sanda
c82801cc79
Note from Roland Clobus
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28177 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-15 21:27:04 +00:00
Joost Verburg
7b84c4745d
compile with MSVC 2008
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22339 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-02 15:15:04 +00:00
Uwe Stöhr
f93fef11b0
INSTALL.Win32: update build-package to Qt 4.3.2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22219 a592a061-630c-0410-9148-cb99ea01b6c8
2007-12-20 20:11:29 +00:00
Bo Peng
1dce977c92
Minor update to INSTALL.Win32, suggested by Roger
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18863 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-23 00:48:53 +00:00
Joost Verburg
fce3a8c36e
updated dependency package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17333 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-24 23:10:46 +00:00
Uwe Stöhr
e77ae82680
update build instructions concerning service pack 1 for MSVC 2005
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17228 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-16 20:51:52 +00:00
Bo Peng
5402048cea
Scons windows installer integration:
...
* INSTALL.Win32: add instructin of building windows bundle installer
* development/scons/SConstruct: add bundle and bundle_dir option
* development/scons/scons_utils.py: handle bundle building
* development/Win32/packaging/installer/lyx.nsi:
allow specify bundle .exe name from command line
* development/Win32/packaging/installer/settings.user.nsh:
allow specify bundle directory from command line
* development/Win32/packaging/installer/components/external.nsh:
get files from bundle directory
* development/Win32/packaging/installer/settings.nsh
update miktex version (link needs to be updated as well?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17081 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-07 07:55:38 +00:00
Bo Peng
27b6dcf734
Update of INSTALL.Win32 from Angus
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17048 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-05 05:31:46 +00:00
Uwe Stöhr
9e1ce30ff7
update build instructions (Qt 4.2.2 etc.)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17045 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-04 22:35:41 +00:00
Bo Peng
c9fb2a107e
Scons: NSIS support (installer target)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16854 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-25 19:13:22 +00:00
Uwe Stöhr
e8f78cea7a
Update install instructions: require two DLLs
...
(The mentioned LyXWinBuildDLLs.zip was also updated)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16713 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-16 22:18:40 +00:00
Uwe Stöhr
e02746b660
fix tipo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16701 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-15 23:59:23 +00:00
Uwe Stöhr
225b1227d6
Update Win build instructions
...
(require Microsoft.VC80.CRT.manifest)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16700 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-15 23:57:24 +00:00
Bo Peng
a01209bee8
INSTALL.Win32: add instructions for mingw + scons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16542 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-05 22:43:56 +00:00
Bo Peng
34e92f1540
INSTALL.Win32 changes from Uwe
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16016 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-23 17:06:14 +00:00
Bo Peng
7ec33e06c6
INSTALL.Win32: more instructions on setting environmental variables
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16008 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-22 04:13:46 +00:00
Bo Peng
2511bc6f03
INSTALL.Win32, clarify how to run build_msvc.bat
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15994 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-19 23:41:14 +00:00
Joost Verburg
129a520bd9
* Custom NSIS plug-ins will be included in the dependency packages
...
* New Console plug-in with support for restricted users
* Warning message if no PDF viewer is installed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15773 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-06 21:51:43 +00:00
Joost Verburg
b61b9cc6a4
LyX 1.5 Windows installer
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15734 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-04 14:28:11 +00:00
Michael Schmitt
69a496e104
INSTALL.Win32: Update Windows installation instructions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13449 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-21 22:24:21 +00:00
Angus Leeming
0aab8ead34
Add the new README and INSTALL files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10200 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 09:55:48 +00:00