[GH-ISSUE #5] How To Compile Source? #3

Closed
opened 2026-05-05 03:32:59 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @ejamshidiasl on GitHub (Jan 5, 2019).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/5

Hello
i want to compile source in windows 10.
i have visual studio 2017
how to do this?

and U++ is fantastic,thank you

Originally created by @ejamshidiasl on GitHub (Jan 5, 2019). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/5 Hello i want to compile source in windows 10. i have visual studio 2017 how to do this? and U++ is fantastic,thank you
Author
Owner

@mirek-fidler commented on GitHub (Jan 5, 2019):

Easiest path is to download U++

https://www.ultimatepp.org/www$uppweb$download$en-us.html

start theide, choose the project (e.g. example) and press Ctrl+F5...

Mirek

On Sat, Jan 5, 2019 at 8:09 AM Esmail Jamshidi Asl notifications@github.com
wrote:

Hello
i want to compile source in windows 10.
i have visual studio 2017
how to do this?

and U++ is fantastic,thank you


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/mirror/issues/5, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACJ9bzWLkuFWndIuJ2_YBwXh9gUrGyB8ks5vAE-LgaJpZM4ZvtPB
.

<!-- gh-comment-id:451634321 --> @mirek-fidler commented on GitHub (Jan 5, 2019): Easiest path is to download U++ https://www.ultimatepp.org/www$uppweb$download$en-us.html start theide, choose the project (e.g. example) and press Ctrl+F5... Mirek On Sat, Jan 5, 2019 at 8:09 AM Esmail Jamshidi Asl <notifications@github.com> wrote: > Hello > i want to compile source in windows 10. > i have visual studio 2017 > how to do this? > > and U++ is fantastic,thank you > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/mirror/issues/5>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/ACJ9bzWLkuFWndIuJ2_YBwXh9gUrGyB8ks5vAE-LgaJpZM4ZvtPB> > . >
Author
Owner

@ejamshidiasl commented on GitHub (Jan 5, 2019):

yes i did it before.but now i like to build from source.is there any tutorials?
and one other question.is it possible to reduce output file size?it is too big for small app

<!-- gh-comment-id:451635160 --> @ejamshidiasl commented on GitHub (Jan 5, 2019): yes i did it before.but now i like to build from source.is there any tutorials? and one other question.is it possible to reduce output file size?it is too big for small app
Author
Owner

@mirek-fidler commented on GitHub (Jan 5, 2019):

This is building from source....

To reduce output size, compile as Release and with MSC. However, minimal
size will about 2MB.

On Sat, Jan 5, 2019 at 8:35 AM Esmail Jamshidi Asl notifications@github.com
wrote:

yes i did it before.but now i like to build from source.is there any
tutorials?
and one other question.is it possible to reduce output file size?it is
too big for small app


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/mirror/issues/5#issuecomment-451635160,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACJ9bx0ps8Nm342fTtZG6tJhHNlMK8iCks5vAFXVgaJpZM4ZvtPB
.

<!-- gh-comment-id:451637752 --> @mirek-fidler commented on GitHub (Jan 5, 2019): This is building from source.... To reduce output size, compile as Release and with MSC. However, minimal size will about 2MB. On Sat, Jan 5, 2019 at 8:35 AM Esmail Jamshidi Asl <notifications@github.com> wrote: > yes i did it before.but now i like to build from source.is there any > tutorials? > and one other question.is it possible to reduce output file size?it is > too big for small app > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/mirror/issues/5#issuecomment-451635160>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ACJ9bx0ps8Nm342fTtZG6tJhHNlMK8iCks5vAFXVgaJpZM4ZvtPB> > . >
Author
Owner

@ejamshidiasl commented on GitHub (Jan 5, 2019):

cool and thank you.now output size is really nice.and speed of startup and runtime is best
and how about build source?!?!?if it is opensource so where is build document?

<!-- gh-comment-id:451660156 --> @ejamshidiasl commented on GitHub (Jan 5, 2019): cool and thank you.now output size is really nice.and speed of startup and runtime is best and how about build source?!?!?if it is opensource so where is build document?
Author
Owner

@mirek-fidler commented on GitHub (Jan 5, 2019):

That it. All sources all open at all times. What you did is "building from
sources" (in our context).

If you want to rebuild theide, just select 'uppsrc'/'ide'.

U++ is using its own build system. theide (or umk) is equivalent of 'make'.
We have 'export makefile' function, but that is just for building theide or
umk for the first time.

Mirek

On Sat, Jan 5, 2019 at 3:29 PM Esmail Jamshidi Asl notifications@github.com
wrote:

cool and thank you.now output size is really nice.and speed of startup and
runtime is best
and how about build source?!?!?if it is opensource so where is build
document?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/mirror/issues/5#issuecomment-451660156,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACJ9bw585y8JRbseCD5A1QgzxMXjTNEAks5vALbBgaJpZM4ZvtPB
.

<!-- gh-comment-id:451668028 --> @mirek-fidler commented on GitHub (Jan 5, 2019): That it. All sources all open at all times. What you did is "building from sources" (in our context). If you want to rebuild theide, just select 'uppsrc'/'ide'. U++ is using its own build system. theide (or umk) is equivalent of 'make'. We have 'export makefile' function, but that is just for building theide or umk for the first time. Mirek On Sat, Jan 5, 2019 at 3:29 PM Esmail Jamshidi Asl <notifications@github.com> wrote: > cool and thank you.now output size is really nice.and speed of startup and > runtime is best > and how about build source?!?!?if it is opensource so where is build > document? > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/mirror/issues/5#issuecomment-451660156>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ACJ9bw585y8JRbseCD5A1QgzxMXjTNEAks5vALbBgaJpZM4ZvtPB> > . >
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#3
No description provided.