[Libre-soc-dev] daily kan-ban update 27apr2021

Tobias Platen libre-soc at platen-software.de
Tue Apr 27 19:10:11 BST 2021


today: installing development environment after changes, including
openpower-isa

https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=Makefile;h=e7c68047ca52cbdf2adcc9f17f06820110d5889b;hb=HEAD

  09 # now installed as a command (/usr/local/bin/svanalysis) by
setup.py
  10 svanalysis:
  11         svanalysis
  12 
  13 # now installed as a command (/usr/local/bin/pywriter) by setup.py
  14 pywriter:
  15         pywriter
  16 
  17 develop:
  18         python3 setup.py develop # yes, develop, not install

Make develop does not install those binaries in /usr/local/bin, 
when using make develop. How do I install them correctly.
Is there updated documentation?




More information about the Libre-soc-dev mailing list