Explaining the current Steam Package build: Difference between revisions

imported>Makefu
Created page with "This article should give insight about how steam is currently packaged and how and why it works like this. It also discusses what the problems are in packaging it and how we..."
 
imported>HLandau
Line 2: Line 2:


== Description of the package ==
== Description of the package ==
and to Steam is distributed as a .deb file, for now only as an i686 package (the amd64 package only has documentation). When unpacked, it has a script called steam that in ubuntu (their target distro) would go to /usr/bin. When run for the first time, this script copies some files to the user's home, which include another script that is the ultimate responsible for launching the steam binary, which is also in $HOME.
Steam is distributed as a .deb file, for now only as an i686 package (the amd64 package only has documentation). When unpacked, it has a script called steam that in ubuntu (their target distro) would go to /usr/bin. When run for the first time, this script copies some files to the user's home, which include another script that is the ultimate responsible for launching the steam binary, which is also in $HOME.


== Nix problems and constraints ==
== Nix problems and constraints ==