Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build the m library? #141

Open
gwankyun opened this issue Jan 4, 2023 · 3 comments
Open

How to build the m library? #141

gwankyun opened this issue Jan 4, 2023 · 3 comments
Labels
build related to building
Milestone

Comments

@gwankyun
Copy link

gwankyun commented Jan 4, 2023

# 1. Build pforth executable
add_executable(pforth csrc/pf_main.c)
target_link_libraries(pforth ${PROJECT_NAME}_lib m)

How to compile the m library in MSVC?

@philburk
Copy link
Owner

philburk commented Jan 5, 2023 via email

@philburk
Copy link
Owner

philburk commented Jan 8, 2023

I see that you were asking about MSVC. I have only been building and testing on Mac and Linux.
Clearly I need to provide better support for Windows and MSVC.
I will add an Issue to do a windows build.

@philburk philburk added this to the Version_2.1.0 milestone Jan 8, 2023
@gwankyun
Copy link
Author

gwankyun commented Jan 9, 2023

Thank you and look forward to it.

@philburk philburk added the build related to building label Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build related to building
Projects
None yet
Development

No branches or pull requests

2 participants