Skip to content

Commit

Permalink
Change README_OS2.txt. Tune build to pentium4
Browse files Browse the repository at this point in the history
  • Loading branch information
josch1710 committed Sep 23, 2022
1 parent a4d5eab commit 946bf27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README_OS2.md
@@ -1,14 +1,14 @@
# FeatherPad for OS/2 (by josch1710)

## Clipboard
The Qt5 port doesn't support the system clipboard, yet
Before version 5.15.2-1, the OS/2 port of Qt5 didn't support the system clipboard
(cf https://github.com/bitwiseworks/qtbase-os2/issues/123).
Because of this, FeatherPad can't support the system clipboard, either.
The application clipboard will work, though.
If you have an older version of Qt5, please update to the newest version.
Otherwise, FeatherPad can't support the system clipboard. The application clipboard will work, though.

## Command line

Because of limitation of Presentation Manager application, you will not see
Because of limitations of Presentation Manager applications, you will not see
any output on the command line. If you want to see the help or version strings
on the command line, you have to redirect the output, e.g. `featherpad -h | tee -`.

Expand Down
2 changes: 1 addition & 1 deletion featherpad/CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@ find_package(Qt${QT_VERSION_MAJOR} QUIET COMPONENTS LinguistTools)

# OS/2 needs an additional lib and tune the processor
if(OS2)
#add_definitions(-mtune=${CMAKE_SYSTEM_PROCESSOR} -march=${CMAKE_SYSTEM_PROCESSOR})
add_definitions(-mtune=pentium4 -march=pentium4)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lcx")
endif()

Expand Down

0 comments on commit 946bf27

Please sign in to comment.