Relocation Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
* For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation. | * For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation. | ||
* [http://wp.colliertech.org/cj/?p=164 Producing relocatable packages with the GNU build system] | * [http://wp.colliertech.org/cj/?p=164 Producing relocatable packages with the GNU build system] | ||
* [http://pycage.blogspot.com/2007/12/tablet-python-1-relocatable-software.html Tablet Python #1 - Relocatable Software] |
Revision as of 16:41, 10 March 2010
Interesting resources:
- Relocation macros in the Autoconf Macro Archive
- Autopackage project
- Apbuild / Apgcc
- Guide to Making Relocatable Applications (BinReloc 2.0)
- Gnulib relocation macro(s)
- The nixpkgs project uses a few techniques for working around relocation issues, but the main one appears to be a "wrapper generator" script to create wrappers that set env vars.
- For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation.
- Producing relocatable packages with the GNU build system
- Tablet Python #1 - Relocatable Software