How can I create a temporary sandbox to compile from source?
        Posted  
        
            by 
                zoopp
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by zoopp
        
        
        
        Published on 2012-06-09T16:01:50Z
        Indexed on 
            2012/06/09
            16:47 UTC
        
        
        Read the original article
        Hit count: 449
        
compiling-from-source
I want to follow the steps found here in order to run League of Legends under Ubuntu. According to the guide, I have to compile wine from source because it needs some patches.
Compiling from source involves downloading quite a few dependency packages which I don't want to get mixed with the system and thus I'm wondering if there's a way to somehow isolate the whole "download dependencies packages and compile" process as I am only interested in the final wine binary.
By isolating the compile process I can just copy the resulting binary and do a simple delete on the sandbox whereas doing it the naive way would require a more complex cleanup.
© Ask Ubuntu or respective owner