| Sun Feb 9 17:19:30 2025 by chip |
| I successfully compiled the generator on a unix system, however when attempting to run, it says "bash: planet: command not found". I am not quite sure what my issue is, because it did successfully compile? any help would be appreciated |
| |
| Sun Feb 9 17:23:29 2025 by chip |
| I successfully compiled the generator on a unix system, however when attempting to run, it says "bash: planet: command not found". I am not quite sure what my issue is, because it did successfully compile? any help would be appreciated |
| |
| Mon Feb 10 13:42:42 2025 by Torben |
If your path variable does not include . (current directory) as an option, you need to write ./planet instead of just planet as the command.
|
| |