separate make dependencies into CLI and bundled native ones
This commit is contained in:
@@ -15,7 +15,7 @@ Windows
|
||||
To compile OpenRA, open the `OpenRA.sln` solution in the main folder,
|
||||
or build it from the command-line with MSBuild.
|
||||
|
||||
Copy both the native DLLs from `.\packaging\windows`
|
||||
Copy both the native DLLs from `.\thirdparty\windows`
|
||||
and the CLI images from `.\thirdparty` to the main folder.
|
||||
|
||||
Run the game with `OpenRA.Game.exe Game.Mod=ra` for Red Alert
|
||||
@@ -24,7 +24,7 @@ or `OpenRA.Game.exe Game.Mod=cnc` for Tiberian Dawn.
|
||||
Linux
|
||||
=====
|
||||
|
||||
To grab the bundled CLI DLLs type `make dependencies`.
|
||||
Run `./configure` to map the native libraries to your system.
|
||||
To compile OpenRA, run `make all` from the command line.
|
||||
Run with either `launch-game.sh' or `mono --debug OpenRA.Game.exe'.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user