Tips

Installation of ARTED

Not proper cmake

Current ARTED requires cmake later than 2.80.

If your architecture does not provide any cmake, you can just build it by following manner and put it on proper directory. The directory should be added to directories specified by PATH.

If your architecture just provides older version, there is some additional notice to just build and putting, way to add the directory to PATH. The directory should be placed before another PATH in export command as,

export PATH=[full path of the directory]:$PATH

Otherwise, older version is called in ARTED build process.

Way to build is

(Download, unpack and go into cmake-x.y.z)

$./bootstrap --prefix=[full path of the directory]
$make
$make install