I am working on a debian derived linux. I ran cmake to create the makefile as written in documentation and then ran sudo make prefix=<my folder=""> install but the installation happened in /usr/bin and
/usr/share/doc/astyle</my>
The complete list of commands I ran
mkdir as-gcc-exe
cd as-gcc-exe
cmake ../
sudo make prefix=<my folder=""> install</my>
The message is not correctly displayed. The command I used is
sudo make prefix="my folder" install
Last edit: Sharad Bagri 2020-07-28
the prefix needs to be configured with cmake, not make.