Skip to content

Conversation

StefanHaboeck
Copy link
Contributor

Add gcc and build-essential for objdump installation
Add aha installation for Report Manager

Add gcc and build-essential for objdump installation
Add aha installation for Report Manager
@p4cx p4cx self-requested a review November 25, 2020 10:37
Copy link
Contributor

@p4cx p4cx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix issue, which is addressed in the comment in the code. Thank you.

@@ -111,3 +113,20 @@ if ! [[ -f "external/objdump" ]] ; then
else
echo -e "$ORANGE""objdump is already downloaded and compiled""$NC"
fi

# aha for html generation
echo -e "\\n""$ORANGE""$BOLD""Downloading aha""$NC"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your code won't work at my system. I tried it with some little changes, please fix it :)

# aha for html generation
echo -e "\\n""$ORANGE""$BOLD""Downloading aha""$NC"
if ! [[ -f "external/aha-master" ]] ; then
  apt-get install make
  apt-get install unzip
  wget https://github.com/theZiz/aha/archive/master.zip -O external/aha-master.zip
  unzip ./external/aha-master.zip -d ./external
  cd ./external/aha-master || exit 1
  echo -e "$ORANGE""$BOLD""Compile aha""$NC"
  make
  cd ../.. || exit 1
  mv "external/aha-master/aha" "external/aha"
  rm -R external/aha-master
else
  echo -e "$ORANGE""aha is already downloaded and compiled""$NC"
fi

I don't know, if aha needs stuff from the zip archive. I deleted the unzipped archive to keep the external directory clean. If it won't work, change it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, the changes are fine.
Furthermore I have added rm ./external/aha-master.zip to remove the zip file. Now everything should be clean.

@p4cx p4cx merged commit e064fb7 into master Nov 25, 2020
@p4cx p4cx deleted the Installer-Update branch November 25, 2020 14:01
m-1-k-3 referenced this pull request in m-1-k-3/emba Nov 30, 2020
p4cx pushed a commit that referenced this pull request Feb 15, 2021
m-1-k-3 referenced this pull request in m-1-k-3/emba Mar 29, 2021
m-1-k-3 referenced this pull request in m-1-k-3/emba Jun 21, 2021
m-1-k-3 referenced this pull request in m-1-k-3/emba Dec 17, 2021
m-1-k-3 referenced this pull request in m-1-k-3/emba Nov 29, 2022
m-1-k-3 referenced this pull request in m-1-k-3/emba Nov 30, 2022
HoxhaEndri pushed a commit that referenced this pull request Nov 13, 2023
BenediktMKuehne added a commit that referenced this pull request Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants