Changes between Initial Version and Version 1 of Ticket #70891, comment 10
- Timestamp:
- Sep 26, 2024, 12:19:05 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70891, comment 10
initial v1 16 16 Ultimate goal is even creation of a full .app which can run on same macos version without any macports installed. \\ 17 17 18 I first with creation of /opt/geditb by configuring building and installing macports-base with :18 I first start with creation of /opt/geditb by configuring building and installing macports-base with : 19 19 20 20 … … 27 27 }}} 28 28 29 But then how to use to build the needed libs,bins and runtime depends into /opt/gedit while using the build_depends out of the one installed in /opt/local29 But then how to use to build the needed libs,bins and runtime depends into /opt/geditb while using the build_depends out of the one installed in /opt/local 30 30 31 31 yes I will have to use PATH=/opt/geditb/bin:/opt/geditb/sbin cause that is the port command i must use then. \\