https://github.com/linarcx/nfm
Neo file manager written by PDCurses library for windows.
https://github.com/linarcx/nfm
Last synced: about 1 year ago
JSON representation
Neo file manager written by PDCurses library for windows.
- Host: GitHub
- URL: https://github.com/linarcx/nfm
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2020-10-17T14:31:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T14:33:10.000Z (over 5 years ago)
- Last Synced: 2025-03-02T05:15:21.161Z (over 1 year ago)
- Language: C
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nfm
Neo file manager written by PDCurses library for windows.
# Build
You have two options:
1. Open solution file that resides here: `.\vs\nfm.sln` and build the project through IDE.
2. Build from command-line via `nmake`.
2.1. Open visual studio command prompt.
2.3. Change to root directory of the project.
2.4. `nmake.exe .\Makefile.win`
It will create __nfm.exe__ in _release_ directory.
Tip: If you don't have visual-studio command prompt or prefer to stay in your current pwsh, you can prepare `cl.exe` via this command:
`Invoke-CmdScript "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"`
## License
