It looks like you're new here. If you want to get involved, click one of these buttons!
Hi!
I'm a begineer of KLayout.
After build KLayout from sources in Linux, I count' run klayout...
klayout
bash: klayout: command not found
any tips or solutions? 
Thank you in advance!
Comments
Assume that your KLayout binary files are successfully installed under
$HOME/KLayout/bin-release/likeThe two environment variables
PATHandLD_LIBRARY_PATHshould contain THE DIRECTORY in them.In Bash, you can check the contents of these variables by:
To set THE DIRECTORY, do
Usually, we write the above two lines in the
$HOME/.bashrcfile.Good luck!
Perfect answer! Thanks to sekigawa!
Thumbs up!!!