/nfm

Neo file manager written by PDCurses library for windows.

Primary LanguageCGNU General Public License v3.0GPL-3.0

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

License