source: trunk/src/moc/README@ 105

Last change on this file since 105 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 526 bytes
Line 
1This directory contains the source code for the Qt Meta Object
2Compiler (moc).
3
4The files moc_yacc.cpp, moc_yacc.h and moc_lex.cpp are generated by
5yacc and lex from moc.y and moc.l. To compile the moc program from
6scratch, you need yacc (or byacc) and lex. These tools are
7preinstalled on most Unix systems.
8
9If you run Windows, you can install the Cygwin32 package available at
10ftp://ftp.cygnus.com/pub/gnu-win32/win32.
11
12Moc does not compile with GNU bison. Use the standard AT&T yacc or
13Berkeley yacc instead.
Note: See TracBrowser for help on using the repository browser.