Skip to content

Commit

Permalink
update windows cross compiling instructions
Browse files Browse the repository at this point in the history
since translation files are generated now and mxe qt4 is missing
a lrelease binary, we have to use the system one
  • Loading branch information
rp- committed Jul 27, 2014
1 parent e43f43a commit f8b5c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Get the following mxe packages:
$ make gcc sqlite qt nsis

After successful compilation go into your mxedir/usr/bin and
add 2 symlinks:
add 3 symlinks:

$ ln -s i686-pc-mingw32-windres windres
$ ln -s i686-pc-mingw32-makensis makensis
$ ln -s /usr/bin/lrelease

Now cd into your sqlitebrowser source directory and create
a build directory for
Expand Down

0 comments on commit f8b5c92

Please sign in to comment.