Title: CLI Only Version (perhaps for FreeBSD?) Post by: KBeezie on October 18, 2013, 08:18:47 AM Reason I ask this is because trying to get something meant for linux (or GNU in general) going on FreeBSD doesn't seem to compile well (and to *some* extents I could run simple linux binaries on freebsd 9.1 via LBC).
Since what I would like to be able to do is use the GUI on windows, then save the config once I'm satisfied with the look, then upload it to my FreeBSD server (which is 8 core 4GB ram) and run it from there via -nogui ... If I understood the coding side of it I would be trying to migrate the source myself. O0 Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: quaz0r on October 18, 2013, 06:18:21 PM i was just thinking this same thing myself; if krzysztof doesnt plan on adding a cli mode i might take a look at it
Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: mclarekin on October 19, 2013, 01:15:02 AM Quaz0r, excuse me if my ignorance is showing, BUT is it easy to for you to take a look at a 1.18 WIN 64 executable for us that don't have Open CL enabled graphic cards
Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: quaz0r on October 19, 2013, 01:37:33 AM you can use it without opencl, the opencl is loaded dynamically when you enable it under the opencl tab
Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: KBeezie on October 20, 2013, 10:13:39 AM Quaz0r, excuse me if my ignorance is showing, BUT is it easy to for you to take a look at a 1.18 WIN 64 executable for us that don't have Open CL enabled graphic cards Windows isn't so much a problem since can just run that as it is. The problem is compiling on systems that are not linux with all the GTK, etc stuff used mainly for the user interface and such doesn't seem quite possible (and the newest version of mandelbulber in ports is 1.3). Though it would be cool to be able to invoke a server from the CLI as opposed to needing the GUI for it (far as I can tell there's no way to do it.) Far as OpenCL goes, from what I can tell there's no way to enable OpenCL without using the GUI (ie: you have to be able to check the box for it, there's no CLI parameter to do so from strictly command line, and no setting in a param file either it would seem). Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: quaz0r on October 20, 2013, 10:34:21 AM yeah i think he just didnt know you can use the latest "opencl" version without actually having opencl since it is loaded dynamically now at run time. as far as building a cli-only version that doesnt link to gtk, it wouldnt be extremely hard youd just have to take the time to make the necessary code edits
Title: Re: CLI Only Version (perhaps for FreeBSD?) Post by: KBeezie on October 20, 2013, 11:23:21 AM yeah i think he just didnt know you can use the latest "opencl" version without actually having opencl since it is loaded dynamically now at run time. as far as building a cli-only version that doesnt link to gtk, it wouldnt be extremely hard youd just have to take the time to make the necessary code edits Would it be extremely hard if you're just removing the GUI interface and only responding on the CLI options? |