Jump to content

Lilu Suite builder


LAbyOne
 Share

112 posts in this topic

Recommended Posts

9 hours ago, SavageAUS said:

Even on a fresh install of Mojave with mtoc+nasm in usr/bin i still get empty debug and release folders.

 

usr/bin? did you actually replace the original one? which btw its just a symlink to the one inside your XCode

all new cli should go to /usr/local/bin..

 

7 hours ago, Matgen84 said:

HI

There is few "Build Failure" for v1.0.2 on Mojave/ Xcode 10. Also debug and release are empty. Output file attached.

 

 

i guess there's something not installed as it should...

try to:

- download https://github.com/acidanthera/VirtualSMC/archive/master.zip

-  run the script inside:  VirtualSMC-master/VirtualSMCPkg/macbuild.tool

-  That should take care of it for you, after relaunch the app. and see if the error persist.

On my machine gives no problem. :huh:

Edited by LAbyOne
updated comment
  • Like 1
Link to comment
Share on other sites

5 hours ago, LAbyOne said:

 

usr/bin? did you actually replace the original one? which btw its just a symlink to the one inside your XCode

all new cli should go to /usr/local/bin..

 

 

 

i guess there's something not installed as it should...

try to:

- download https://github.com/acidanthera/VirtualSMC/archive/master.zip

-  run the script inside:  VirtualSMC-master/VirtualSMCPkg/macbuild.tool

-  That should take care of it for you, after relaunch the app. and see if the error persist.

On my machine gives no problem. :huh:

Thanks it is working as it should now after using the above script, i noticed it downloads UDK stuff? Where did it download to?

Can you modify your package to include what was downloaded that was necessary to create properly?

Link to comment
Share on other sites

11 hours ago, LAbyOne said:

 

usr/bin? did you actually replace the original one? which btw its just a symlink to the one inside your XCode

all new cli should go to /usr/local/bin..

 

 

 

i guess there's something not installed as it should...

try to:

- download https://github.com/acidanthera/VirtualSMC/archive/master.zip

-  run the script inside:  VirtualSMC-master/VirtualSMCPkg/macbuild.tool

-  That should take care of it for you, after relaunch the app. and see if the error persist.

On my machine gives no problem. :huh:

 

The output file published before shows a failure  for build automatically VirtualSMC via the script. Maybe the arguments. Can you take a look? I try your manually solution this morning.

 

Sorry for my bad english.

Link to comment
Share on other sites

12 hours ago, SavageAUS said:

Thanks it is working as it should now after using the above script, i noticed it downloads UDK stuff? Where did it download to?

UDK is inside VirtualSMC and is used to build its dependencies,

 

12 hours ago, SavageAUS said:

Can you modify your package to include what was downloaded that was necessary to create properly?

sorry don't quite understand your request,  

Then if you really need to know which files and why are they necessary well, you should probably talk directly to the one who wrote them, actually.. But then again whats the point?

If your point is to see the sources-master zipped simply go to https://github.com/acidanthera/  there you have all the files used.

Get every file you need and open into Xcode to investigate all the dipendencies.

Edited by LAbyOne
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

Hi LabyOne

See the script I made here for your app, you can control the progress bar :thumbsup_anim: this is very nice and cool things

the details are displayed by themselves and hides by themselves

Try it and see the script difference. let me know if you like this B)

Edit *** more progress in script

script.zip

 

 

Edited by chris1111
  • Like 1
Link to comment
Share on other sites

3 hours ago, chris1111 said:

Hi LabyOne

See the script I made here for your app, you can control the progress bar :thumbsup_anim: this is very nice and cool things

the details are displayed by themselves and hides by themselves

Try it and see the script difference. let me know if you like this B)

Edit *** more progress in script

script.zip

To be sincere i rarely watch the thing running (mine runs in background) .

Well not really useful for me, i guess we all have our habits :)

 

Nonetheless, as i've always suggested here, feel free to modify the script as much as you like,

if any one here would love it as such, they will be glad to have it

 

So thanks a lot for your time and shares, they are very welcome.

  • Like 1
  • Confused 1
Link to comment
Share on other sites

To be sincere i rarely watch the thing running (mine runs in background) .
Well not really useful for me, i guess we all have our habits
 
Nonetheless, as i've always suggested here, feel free to modify the script as much as you like,
if any one here would love it as such, they will be glad to have it
 
So thanks a lot for your time and shares, they are very welcome.

I would highly appreciate the progress be added to the main app.


Sent from my iPhone using Tapatalk
  • Haha 1
Link to comment
Share on other sites

@ chris1111

 

Yeah i know the feeling... it also happens to me anytime I read "my english",

 

anyway i made 2 apps 

1) Llilu Suite builder 1.0.6 -> with progress bar only

2) Llilu Suite builder 1.0.6+  -> with progress bar and animated window.

 

then since the build now has 17 plugins and already takes a while, i shortened the process, for time saving.

hope its gonna be ok.

 

 

PS

*small modification added since last edit

and updated applications

 

Edited by LAbyOne
  • Like 3
  • Thanks 1
Link to comment
Share on other sites

On 11/20/2018 at 8:09 PM, LAbyOne said:

then since the build now has 17 plugins and already takes a while, i shortened the process, for time saving.

It would be nice to have an NSTableView of the plugins with a checkbox next to them (to select which plugins you want to compile), a short description and links back to the Github source location.

Eg.

✓ Lilu           An open source kernel extension bringing a platform for arbitrary.. Link
✓ WhateverGreen  Lilu plugin providing patches to select GPUs on macOS. Requires..   Link
Edited by headkaze
  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...
On 11/22/2018 at 3:52 AM, SavageAUS said:

Does this build latest release or latest master?


Sent from my iPhone using Tapatalk

 

Ooops, didn't notice your question...

well it gets the sources from Master release so its always the latest.. 

 

Releases are precompiled and you can find them on their releases distribution page.

 

Sorry for late response.

Edited by LAbyOne
Link to comment
Share on other sites

Newly Added a shorter build to recall 1st release of LSB 

VirtualSMC Builder 1.0.tbz2 -> This as 1st version of LSB only builds the Vsmc + Lilu+Weg+Alc

 

Corrected both versions

* Llilu Suite Builder 1.0.6_v2  -> with progress bar only 

* Llilu Suite Builder 1.0.6+_v2  -> with progress bar and animated window.

*just fancy stuff added since last edit :P

Edited by LAbyOne
  • Like 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...