Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6a775981
Commit
6a775981
authored
Aug 09, 2002
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
Aug 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added an example of using winemaker.
parent
a8b66d5f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
winelib-intro.sgml
documentation/winelib-intro.sgml
+35
-0
No files found.
documentation/winelib-intro.sgml
View file @
6a775981
...
...
@@ -141,6 +141,41 @@
</para>
</sect2>
<sect2 id="winemaker-test">
<title id="winemaker-test.title">Test Drive</title>
<para>
Before starting to work on a big project you may want to try to port a
small application. The winemine application from the Wine source tree
suits well for testing purposes. It can be found in the programs
subdirectory. winemine is a simple application, but has a few C,
header and resource files.
</para>
<para>
Run <command>make clean</command> in the
winemine source directory if it contains results of previous builds.
Create a separate directory with name winemine2, so it won't conflict
with the Wine copy of the application. Copy the sources of winemine
(files *.c, *.h, *.rc) to this directory. Now run the commands,
mentioned above from the winemine2 directory:
</para>
<programlisting>
$ winemaker --lower-uppercase .
$ ./configure --with-wine=/usr/local/wine
$ make
</programlisting>
<para>
You are done! Now you can start the application as
<command>./winemine2</command>.
</para>
<para>
If you come across problems preparing and building this application
this probably means that winemaker utility is broken by some changes
in Wine. Try asking for help on <email>wine-devel@winehq.com</email>
</para>
</sect2>
<sect2 id="winemaker-guide">
<title id="winemaker-guide.title">Step by step guide</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment