Skip to content

Commit

Permalink
Fixing some text errors and updating the Build from Source file to re…
Browse files Browse the repository at this point in the history
…flect the new way of building
  • Loading branch information
fly-man- committed Jul 17, 2018
1 parent 4aef37f commit fa567ca
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
11 changes: 8 additions & 3 deletions Build From Source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Mono V3.x : Checkout http://www.go-mono.com/mono-downloads/download.html for

Building
========
Cd the the downloaded directory.
Cd into the downloaded directory.

Make sure you have the WhiteCoreSim/WhiteCore-LibOMV downloaded and unpacked as well in this folder.

*nix (inc Mac)
--------------
Expand All @@ -26,9 +28,9 @@ Windows
Run(Execute) the 'runprebuild.bat' batch file. This will ask several questions
with the option to build at the end.


A large amount of compile information will be shown but when completed,
no errors should be indicated.

NOTE: Some warnings may be shown (37 at last count) but these do not present
any problem or prevent operation of the servers.
(These will be corrected and removed as time permits)
Expand All @@ -55,7 +57,6 @@ If you need to tailor your configuration, answer yes when asked if you want to a
For an existing installation
----------------------------
Copy the 'WhiteCoreSim/bin' subdirectory to your existing WhiteCore installation, replacing the 'bin' directory there.


Restart as per normal using the appropriate script file.
Answer 'No' if asked to re-configure at startup.
Expand All @@ -65,3 +66,7 @@ Checkout the ReadMe.txt file for the rest
Rowan
<greythane@gmail.com>
May 2014

Fly-Man-
<fly.man.opensim@gmail.com>
Jul 2018
10 changes: 5 additions & 5 deletions IN PROGRESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
* Redesign the WebUI to use the WebAPI

#Scripting:
----------
--------
* Upgrade DotNetEngine with latest OSSL / LSL / WhiteCore functions
* Check if integrating the Halycon scriptengine Phlox (Apache 2 License by InWorldz) is possible

#Physics:
--------
* Continue upgrade of the Physics engines (Bullet and ODE)

# Various:
#Various:
--------
* Implement a basic Marketplace which uses the VMM and Dropboxes methods
* Upgrade LibOMV to be able to use the Bento bones and other related pieces of code
* Upgrade LibOMV to be able to use the Bento bones and other related pieces of code (#Bones are done now)

#Wiki
----
#Wiki:
--------
* Update and fill the Wiki page with needed details (also point to the Documentation Repository)
2 changes: 1 addition & 1 deletion WhiteCoreSim/run_gridmode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sleep 3
screen -list
echo "To view the Grid server console, use the command : screen -r Grid"
echo "To view the Sim server console, use the command : screen -r Sim"
echo "To detach fron the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo "To detach from the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo
2 changes: 1 addition & 1 deletion WhiteCoreSim/run_gridservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ screen -S Grid -d -m mono WhiteCore.Server.exe -skipconfig
sleep 3
screen -list
echo "To view the Grid server console, use the command : screen -r Grid"
echo "To detach fron the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo "To detach from the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo
2 changes: 1 addition & 1 deletion WhiteCoreSim/run_simservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ screen -S Sim -d -m mono WhiteCore.exe -skipconfig
sleep 3
screen -list
echo "To view the Sim server console, use the command : screen -r Sim"
echo "To detach fron the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo "To detach from the console use the command : ctrl+a d ..ctrl+a > command mode, d > detach.."
echo
2 changes: 1 addition & 1 deletion WhiteCoreSim/run_standalonemode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ screen -S Sim -d -m mono WhiteCore.exe -skipconfig
sleep 3
screen -list
echo "To view the Sim console, use the command : screen -r Sims"
echo "To detach fron the console use the command : ctrl+a d ...ctrl+a [command mode], d [detach]"
echo "To detach from the console use the command : ctrl+a d ...ctrl+a [command mode], d [detach]"
echo


0 comments on commit fa567ca

Please sign in to comment.