Update instructions for macOS buildnmap-releases
authordmiller <dmiller@e0a8ed71-7df4-0310-8962-fdc924857419>
Thu, 21 Aug 2025 20:11:58 +0000 (21 20:11 +0000)
committerdmiller <dmiller@e0a8ed71-7df4-0310-8962-fdc924857419>
Thu, 21 Aug 2025 20:11:58 +0000 (21 20:11 +0000)
git-svn-id: https://svn.nmap.org/nmap-releases@39267 e0a8ed71-7df4-0310-8962-fdc924857419

nmap-7.98/macosx/BUNDLING.md

index 171d412..6ab324f 100644 (file)
@@ -27,13 +27,13 @@ And we'll start over together:
        And add it to your _$PATH_, so you can run jhbuild without the absolute path:
        
        ~~~~
-       $ export PATH=$HOME/.local/bin:$PATH
+       $ export PATH=$HOME/.new_local/bin:$PATH
        ~~~~
        
 2.     In `~/.config/jhbuildrc-custom`, make sure that this line is setup properly:
 
        ~~~~
-       setup_sdk(target="10.14")
+       setup_sdk(target="10.15",architectures=["x86_64"])
        ~~~~
        
 3.     Now do: