View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0006330 | Spring engine | Linux | public | 2019-11-09 16:38 | 2020-05-09 17:17 | ||||
Reporter | hoijui | ||||||||
Assigned To | gajop | ||||||||
Priority | normal | Severity | tweak | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006330: Install into ~/.spring/engine when compiling from source | ||||||||
Description | All instructions for compiling I found: * https://github.com/spring/spring/blob/develop/README.markdown * https://springrts.com/wiki/Building_Spring_on_Linux#Build_And_Install suggest `make install` or `make install-spring` when installing the engine after a build from source. In this way however, spring gets installed in `/usr/local` by default, and thus is not available in SpringLobby, for example, as it expects engines in `~/.spring/engine/${git describe --always --tags}`. I would suggest to either update the instructions in these locations, or change the default behavior to install to where the lobby picks up the engine, or at least offer alternative instructions for doing that. | ||||||||
Tags | 104.0+git building | ||||||||
Checked infolog.txt for Errors | Irrelevant | ||||||||
Attached Files |
|
![]() |
|
gajop (developer) 2020-05-09 17:17 |
Engine wiki already suggests you can specify the install location with cmake -DCMAKE_INSTALL_PREFIX=~/spring . You are free to further improve the wiki, but I consider this issue resolved |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-09 16:38 | hoijui | New Issue | |
2019-11-09 16:38 | hoijui | Tag Attached: 104.0+git building | |
2019-11-09 16:38 | hoijui | Tag Attached: intel | |
2019-11-09 16:39 | hoijui | Tag Detached: intel | |
2020-05-09 17:17 | gajop | Assigned To | => gajop |
2020-05-09 17:17 | gajop | Status | new => resolved |
2020-05-09 17:17 | gajop | Resolution | open => fixed |
2020-05-09 17:17 | gajop | Note Added: 0020398 |