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
3ecb0b6d
Commit
3ecb0b6d
authored
Jul 09, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
11ac61c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
8 deletions
+36
-8
build-howto.info
build-howto.info
+33
-5
src/wbl/pwrb/src/pwrb_c_statusserverconfig.wb_load
src/wbl/pwrb/src/pwrb_c_statusserverconfig.wb_load
+3
-3
No files found.
build-howto.info
View file @
3ecb0b6d
...
...
@@ -16,9 +16,37 @@ gcc v3.3.3
gcc v3.4.3
gcc v4.0.2
1. Preparation
--------------
1.1. Ubuntu
-----------
Install the following packages
make
flex
gcc
g++
libgtk2.0-dev
cpp
libasound2-dev
libdb4.3-dev
doxygen
antlr: Download and build source package antlr-2.7.7 from www.antlr.org
copy includefiles from antlr-2.7.7/lib/cpp/antlr/*
to /usr/include/antlr/
java: Download jdk-6u2-linux-i586.bin from java.sun.com. Define the
environment variable jdk to the path where the package is
extracted (e.g. /usr/local) and put $jdk/bin in the PATH.
export jdk=/usr/local/jdk1.6.0_02
export PATH=$PATH:$jdk/bin
1
. Easy way
2
. Easy way
-----------
Unpack the source package
...
...
@@ -35,14 +63,14 @@ Execute the makefile
Follow the instructions to insert three lines in your .bashrc file.
2
. Thorough way
3
. Thorough way
---------------
This is a more thorough way to install the development environment, which
is recommended if you will make a lots of changes in the source code and
handle different version of proview.
2
.1 Setting up the environment
3
.1 Setting up the environment
------------------------------
The first thing to do is to set up your environment properly. Add the
...
...
@@ -55,7 +83,7 @@ source $pwre_bin/pwre_function
export pwre_env_db="/home/robert/pwre_new"
2
.2 Creating the environment
3
.2 Creating the environment
----------------------------
Creating and handling your environment is done with the pwre-function (added
...
...
@@ -95,7 +123,7 @@ Now, create the build tree
Finally the environment is set up and we can start the build procedure.
2
.3 Building Proview
3
.3 Building Proview
--------------------
To build Proview from scratch
...
...
src/wbl/pwrb/src/pwrb_c_statusserverconfig.wb_load
View file @
3ecb0b6d
!
! Proview $Id: pwrb_c_statusserverconfig.wb_load,v 1.
2 2007-07-04 13:24:46
claes Exp $
! Proview $Id: pwrb_c_statusserverconfig.wb_load,v 1.
3 2007-07-09 05:22:15
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -48,7 +48,7 @@ SObject pwrb:Class
!/**
! User Status.
!*/
Object UserStatus $Attribute
1
Object UserStatus $Attribute
2
Body SysBody
Attr TypeRef = "pwrs:Type-$Status"
Attr Flags |= PWR_MASK_ARRAY
...
...
@@ -58,7 +58,7 @@ SObject pwrb:Class
!/**
! User Status string.
!*/
Object UserStatusStr $Attribute
1
Object UserStatusStr $Attribute
3
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_ARRAY
...
...
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