Changes between Initial Version and Version 1 of Ticket #49656, comment 4
- Timestamp:
- Nov 11, 2015, 11:12:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49656, comment 4
initial v1 1 Pash builds successfully via xbuild, but it doesn’t have a “make install” equivalent, it leaves the executable in the project hierarchy at `Source/PashConsole/bin/Debug/Pash.exe`.1 Pash builds successfully via Mono’s xbuild tool, but it doesn’t have a “make install” equivalent, it leaves the executable in the project hierarchy at `Source/PashConsole/bin/Debug/Pash.exe`. 2 2 3 3 Furthermore, it’s not a “normal” executable, it’s a “PE32 executable (console) Intel 80386 Mono/.Net assembly, for MS Windows,” meaning it has to be launched via Mono, e.g. `mono path/to/Pash.exe`.