Skip to content

Commit

Permalink
Merge pull request elfmz#2550 from akruphi/readme
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
elfmz authored Dec 8, 2024
2 parents b8aed3b + 779d296 commit 980ac9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,13 @@ cmake -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release -G Ninja ..
cmake --build .
```

* If above commands finished without errors - you may also install far2l, `sudo cmake --install .`
* If above commands finished without errors - you may:

* Also it's possible to create far2l_2.X.X_ARCH.deb or ...tar.gz packages in `_build` directory by running `cmake --build . --target package` command.
* just run far2l from `./install/far2l`<br><sup>(use the full path to run from any location: `<path>/far2l/_build/install/far2l`)</sup>

* or/and install far2l: `sudo cmake --install .`

* or/and it's possible to create far2l_2.X.X_ARCH.deb or ...tar.gz packages in `_build` directory by running `cmake --build . --target package` command.
##### Additional build configuration options:
Expand Down
2 changes: 1 addition & 1 deletion far2l/bootstrap/scripts/FarRus.hlf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ $ #Настройка панели#
#Ctrl-Alt-N# и #Ctrl-Alt-M#).

#Каталоги и симлинки# Кнопка для открытия диалога, который
#в столбце Размер# также может быть открыт из панели по #Ctrl-Alt-D#.
#в колонке Размер# также может быть открыт из панели по #Ctrl-Alt-D#.


#Автосмена папки# Если эта опция включена, то передвижения
Expand Down

0 comments on commit 980ac9b

Please sign in to comment.