question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove command-line options of build_mac_dep.sh

See original GitHub issue

/README.md tells us to install non-brew dependencies with the following command

scripts/build_mac_dep.sh ranges_v3 googletest fmt double_conversion folly re2

However, it seems easier to remove the command-line options.

scripts/build_mac_dep.sh

We can make build_mac_dep.sh to call the install_xxx functions for a fixed set of tools.

Does this make sense?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dongreenbergcommented, Oct 15, 2021

I actually had the same experience, and I too trimmed the list to avoid reinstalling all the prior packages each time.

1reaction
wangkuiyicommented, Oct 16, 2021

Sounds very good for me. Thanks @wenleix !

I am thinking that this might not be very urgent at this moment indeed. It seems more urgently, we’d need to set up CI to verify that these installation and building steps work on Mac and Linux VMs. Does this make sense?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux Rm Command Help and Examples - Computer Hope
rm removes each file specified on the command line. By default, it does not remove directories. When rm is executed with the -r...
Read more >
Building from the Command Line with Xcode FAQ
Xcode includes all of the command-line tools. If it is installed on your system, remove it to uninstall the command-line tools.
Read more >
DISM Operating System uninstall Command-Line Options
Set the number of days that a user has to uninstall a Windows upgrade. /Get-OSUninstallWindow. Run this command against an online image to...
Read more >
Linux / UNIX delete a file using rm command - nixCraft
To remove or delete a file or directory in Linux, FreeBSD, Solaris, macOS, or Unix-like operating systems, use the rm command or unlink...
Read more >
How to Remove (Delete) a File or Directory in Linux
How do I delete a file in Linux using the command line option? How can I remove a Linux directory? Deleting files and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found