Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
433202fe
Commit
433202fe
authored
Jan 04, 2005
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Jan 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Augment the compiling documentatin with the actual commands.
parent
4e53492b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
compiling.sgml
documentation/compiling.sgml
+16
-2
No files found.
documentation/compiling.sgml
View file @
433202fe
<chapter id="compiling">
<chapter id="compiling">
<title>Compiling the Wine Source</title>
<title>Compiling the Wine Source</title>
<para>How to compile wine, and problems that may arise...</para>
<para>
<para>
In case you downloaded Wine source code files, this chapter will
In case you downloaded Wine source code files, this chapter will
tell you how to compile it into binary files before installing them.
tell you how to compile it into binary files before installing them.
...
@@ -15,6 +13,22 @@
...
@@ -15,6 +13,22 @@
<title>Compiling Wine</title>
<title>Compiling Wine</title>
<sect2>
<sect2>
<title>Commands</title>
<para>
To compile and install Wine, run the following commands:
<screen>
./configure
make depend
make
make install
</screen>
Please note that the last command (<command>make install</command>)
must be run as root.
</para>
</sect2>
<sect2>
<title>Requirements</title>
<title>Requirements</title>
<para>
<para>
For an up-to-date list of software requirements for compiling
For an up-to-date list of software requirements for compiling
...
...
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