Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
36c19b4a
Commit
36c19b4a
authored
Aug 24, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to 4.4.2
parent
4645dbdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
build-howto.info
build-howto.info
+11
-14
No files found.
build-howto.info
View file @
36c19b4a
...
...
@@ -19,9 +19,6 @@ gcc v4.0.2
1. Preparations
--------------
1.1. Ubuntu
-----------
Install the following packages
make
...
...
@@ -51,11 +48,11 @@ There has to be a valid display.
-----------
Unpack the source package
> tar -xzvf pwrsrc_4.
3.0
.tar.gz
> tar -xzvf pwrsrc_4.
4.2
.tar.gz
Enter the sourcecode root directory
> cd pwr_4.
3.0
> cd pwr_4.
4.2
Execute the makefile
...
...
@@ -77,8 +74,8 @@ handle different version of proview.
The first thing to do is to set up your environment properly. Add the
following lines to .bashrc:
# Where /home/robert/x4-
3-0
is replaced with wherever you unpacked the sources.
export pwre_bin="/home/robert/x4-
3-0
/pwr/src/tools/pwre/src/os_linux"
# Where /home/robert/x4-
4-2
is replaced with wherever you unpacked the sources.
export pwre_bin="/home/robert/x4-
4-2
/pwr/src/tools/pwre/src/os_linux"
export pwre_dir_symbols="$pwre_bin/dir_symbols.mk"
source $pwre_bin/pwre_function
export pwre_env_db="/home/robert/pwre_new"
...
...
@@ -94,13 +91,13 @@ by sourcing $pwre_bin/pwre_function).
shows all possibilites with the pwre function.
Add environment named 'x4
30
x86' (choose any name you like).
Add environment named 'x4
42
x86' (choose any name you like).
> pwre add x4
30
x86
> pwre add x4
42
x86
Source root [...] ? /home/robert/x4-
3-0/pwr/src (where /home/robert/x4-3-0
is
Source root [...] ? /home/robert/x4-
4-2/pwr/src (where /home/robert/x4-4-2
is
replaced with wherever you unpacked the sources)
Build root [...] ? /home/robert/pwr/x4-
3-0
/rls_dbg (choose typically .../pwr/version/rls_dbg)
Build root [...] ? /home/robert/pwr/x4-
4-2
/rls_dbg (choose typically .../pwr/version/rls_dbg)
Build type [dbg] ?
OS [linux] ?
Hardware [x86] ?
...
...
@@ -110,13 +107,13 @@ list all existing environments:
> pwre list
-- Defined environments:
x4
30
x86
x4
42
x86
--
himBh
Initiate your new environment:
> pwre init x4
30
x86
> pwre init x4
42
x86
Now, create the build tree
...
...
@@ -197,7 +194,7 @@ Copy some files to this directory (if they do not already exist)
Create a file name pwr_projectlist.dat in this directory and add the following
line to this file:
%base X4.
3.0 /home/robert/pwr/X4-3-0
/rls_dbg
%base X4.
4.2 /home/robert/pwr/X4-4-2
/rls_dbg
where the path is your build-root ($pwre_broot).
...
...
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