[yast-devel] development enviroment
hello, how do u setup a development enviroment for yast? Do u use a virtual machine? -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wednesday, March 16, 2011 10:15:12 am Tsiapaliwkas Giorgos wrote:
hello,
how do u setup a development enviroment for yast? Jiri's last email contains a link to YaST tutorials. These tutorials explain (almost) all you need to know including development environment.
See: http://doc.opensuse.org/projects/YaST/openSUSE11.3/tutorials/general.html#be...
Do u use a virtual machine?
It's up to you whether you want to use a virtual machine. I, personally, do not use a vm. If you want to be save if something goes wrong and don't want to crash your workstation using a vm might be a good choice. Cheers Thomas -- Thomas Goettlicher SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
thank you for your instructions :) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
hello again :), after searching a little i found this link http://en.opensuse.org/openSUSE:YaST_development i was wondering how i can change the "make install" comand in order to install yast in a user's home directory. thanks in advance -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Tsiapaliwkas Giorgos write:
hello again :),
after searching a little i found this link
http://en.opensuse.org/openSUSE:YaST_development
i was wondering how i can change the "make install" comand in order to install yast in a user's home directory.
thanks in advance
when you run configure (before make), you can set it. see configure --help Josef -- Josef Reidinger Appliance Toolkit team maintainer of perl-Bootloader, yast2-bootloader and parts of webyast and SLMS -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 10:44:12 AM Josef Reidinger wrote:
when you run configure (before make), you can set it. see configure --help Josef
there is not "configure" command. i am using this link as a tutorial, http://en.opensuse.org/openSUSE:YaST_development -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 10:44:12 AM Josef Reidinger wrote:
when you run configure (before make), you can set it. see configure --help Josef
there is not "configure" command.
i am using this link as a tutorial,
Ah, well, yast automagic with make -f Makefile.cvs onetimer is make install DESTDIR=target where target is absolute path to target root ( like /local ) Josef -- Josef Reidinger Appliance Toolkit team maintainer of perl-Bootloader, yast2-bootloader and parts of webyast and SLMS -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 11:35:34 AM Josef Reidinger wrote:
Ah, well, yast automagic with make -f Makefile.cvs
onetimer is make install DESTDIR=target
where target is absolute path to target root ( like /local ) Josef
thanks it worked but i realized something even if i install trunk yast,when i will execute yast i will be using the one from 11.4 not the trunk.right? -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 11:32:28 am Tsiapaliwkas Giorgos wrote:
On Monday, March 21, 2011 11:35:34 AM Josef Reidinger wrote:
Ah, well, yast automagic with make -f Makefile.cvs
onetimer is make install DESTDIR=target
where target is absolute path to target root ( like /local ) Josef
thanks it worked
but i realized something even if i install trunk yast,when i will execute yast i will be using the one from 11.4 not the trunk.right?
It depends. You need to call the YaST you want to run by specifying the path. A different approach is to use a virtual machine and install YaST at the default location. Cheers Thomas -- Thomas Goettlicher SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 12:50:13 PM Thomas Goettlicher wrote:
It depends. You need to call the YaST you want to run by specifying the path. A different approach is to use a virtual machine and install YaST at the default location.
Cheers Thomas
thanks i will try a virtual machine :) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Tsiapaliwkas Giorgos write:
On Monday, March 21, 2011 12:50:13 PM Thomas Goettlicher wrote:
It depends. You need to call the YaST you want to run by specifying the path. A different approach is to use a virtual machine and install YaST at the default location.
Cheers Thomas
thanks i will try a virtual machine :)
You can create it in susestudio.com and share it in gallery, so other developers could also benefit from it. Josef -- Josef Reidinger Appliance Toolkit team maintainer of perl-Bootloader, yast2-bootloader and parts of webyast and SLMS -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 03:44:50 PM Josef Reidinger wrote:
You can create it in susestudio.com and share it in gallery, so other developers could also benefit from it. Josef
this was indeed a very good idea. thank you very much for the insiration!:) this is the 0.1 version of my yast-devel image.. http://susegallery.com/a/Kxnqnk/yast-development -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Monday, March 21, 2011 06:03:36 pm Tsiapaliwkas Giorgos wrote:
On Monday, March 21, 2011 03:44:50 PM Josef Reidinger wrote:
You can create it in susestudio.com and share it in gallery, so other developers could also benefit from it. Josef
this was indeed a very good idea.
thank you very much for the insiration!:)
this is the 0.1 version of my yast-devel image..
Thank you for sharing your YaST development appliance with other YaST developers. Cheers, Thomas -- Thomas Goettlicher SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Am 16.03.2011 10:15, schrieb Tsiapaliwkas Giorgos:
hello,
how do u setup a development enviroment for yast?
You can find a lot of useful pages at the YaST portal on opensuse wiki (http://en.opensuse.org/Portal:YaST). Esp. 'All about YaST development' (http://en.opensuse.org/openSUSE:YaST_development) gives a good overview and contains many links to development related issues. Gabi -- Gabriele Mohr SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5 Tel: +49 911 740 53 362 90409 Nürnberg Email: gs@suse.de ----------------------------------------------------------------- -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wednesday, March 16, 2011 12:24:06 PM Gabriele Mohr wrote:
You can find a lot of useful pages at the YaST portal on opensuse wiki (http://en.opensuse.org/Portal:YaST). Esp. 'All about YaST development' (http://en.opensuse.org/openSUSE:YaST_development) gives a good overview and contains many links to development related issues.
Gabi
thanks i am aware of these links,the point is that following the instructions from these links i will install the trunk-yast in my system.I want to install my trunk-yast in a user's home directory. how can i do that? -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (4)
-
Gabriele Mohr
-
Josef Reidinger
-
Thomas Goettlicher
-
Tsiapaliwkas Giorgos