mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #5] How To Compile Source? #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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:
@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
@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:
@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?
@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: