search for: yourversion

Displaying 7 results from an estimated 7 matches for "yourversion".

2014 Sep 29
4
[LLVMdev] Windows Installer
I was hoping to not have to build LLVM myself, especially on Windows. Can anybody help me with the Windows installer? Failing that, I find the directions for how to compile on Windows hard to follow? Can I build using Cygwin? Regards, Eric On 9/29/14, 8:11 AM, Rafael Auler wrote: > I'm not sure about the Windows installer, but if you build and install > LLVM for Windows from the
2014 Sep 29
2
[LLVMdev] Windows Installer
...ould just install git for windows, which already installs a > lot of important GNU tools, and ask to put everything in my path. Then I > would install CMake and put this in my path. Afterwards, open a shell with > VS paths, create a build folder, run CMake -G"Visual Studio > ...<yourversion>" and then "msbuild <name of project>". A lot of people > prefer to use ninja instead of msbuild, though, but you must install ninja > and use CMake -GNinja instead. > > On Mon, Sep 29, 2014 at 4:29 PM, Eric Mader <emader at gmx.us> wrote: > >> I...
2014 Sep 29
2
[LLVMdev] Windows Installer
...l git for windows, which already installs a >> lot of important GNU tools, and ask to put everything in my path. Then I >> would install CMake and put this in my path. Afterwards, open a shell with >> VS paths, create a build folder, run CMake -G"Visual Studio >> ...<yourversion>" and then "msbuild <name of project>". A lot of people >> prefer to use ninja instead of msbuild, though, but you must install ninja >> and use CMake -GNinja instead. >> >> On Mon, Sep 29, 2014 at 4:29 PM, Eric Mader <emader at gmx.us> wrote: &...
2006 Mar 15
1
Building a custom kernel-image.deb
Hi, maybe I'm missing something fundamental but I can't seem to be able to build a custom kernel-image.deb for xen. I was able to build the linux-2.6 with xen images from the repository and build a vmlinux file using the directions from upstream Xen. But I've had no luck with make-kpkg. Can anyone give me some hints? MfG Goswin
2014 Sep 30
2
[LLVMdev] Windows Installer
...>>>> ask to put everything in my path. Then I would install >>>>> CMake and put this in my path. Afterwards, open a shell >>>>> with VS paths, create a build folder, run CMake -G"Visual >>>>> Studio ...<yourversion>" and then "msbuild <name of >>>>> project>". A lot of people prefer to use ninja instead of >>>>> msbuild, though, but you must install ninja and use CMake >>>>> -GNinja instead. >>>>> >&...
2009 Mar 07
2
piecewise linear regression
Hi - I'd like to construct and plot the percents by year in a small data set (d) that has values between 1988 and 2007. I'd like to have a breakpoint (buy no discontinuity) at 1996. Is there a better way to do this than in the code below? > d year percent se 1 1988 30.6 0.32 2 1989 31.5 0.31 3 1990 30.9 0.30 4 1991 30.6 0.28 5 1992 29.3 0.25 6 1994 30.3
2005 Feb 02
2
Query on Using initramfs
Hi I am looking at inserting functions in the early user space and want to use initramfs for this. I understand this can be achieved using 'initrd' or by making changes in the 'usr/gen_init_cpio.c' file. Can someone kindly give me pointers as to how to go about this. I am looking at the 2.6.x kernel. Thanks Rachita.