fix copy script

Change-Id: I3b2c5405beedd25c9940a643fc66808a3d9cabcc
1 file changed
tree: aeb582ec5faba20897a4dfca1167933816151d94
  1. .tx/
  2. docker/
  3. images/
  4. ringtones/
  5. translations/
  6. web/
  7. .gitignore
  8. .gitmodules
  9. .gitreview
  10. aboutdialog.cpp
  11. aboutdialog.h
  12. aboutdialog.ui
  13. accountdetails.ui
  14. accountitemdelegate.cpp
  15. accountitemdelegate.h
  16. accountlistmodel.cpp
  17. accountlistmodel.h
  18. advancedsettingswidget.cpp
  19. advancedsettingswidget.h
  20. advancedsettingswidget.ui
  21. animatedoverlay.ui
  22. animationhelpers.cpp
  23. animationhelpers.h
  24. avatargraphicsview.cpp
  25. avatargraphicsview.h
  26. bannedcontactswidget.cpp
  27. bannedcontactswidget.h
  28. bannedcontactswidget.ui
  29. bannedlistmodel.cpp
  30. bannedlistmodel.h
  31. build-client.bat
  32. callwidget.cpp
  33. callwidget.h
  34. callwidget.ui
  35. contactdialog.ui
  36. conversationitemdelegate.cpp
  37. conversationitemdelegate.h
  38. conversationsfilterwidget.cpp
  39. conversationsfilterwidget.h
  40. copy-runtime-files.ps1
  41. currentaccountcombobox.cpp
  42. currentaccountcombobox.h
  43. deleteaccountdialog.cpp
  44. deleteaccountdialog.h
  45. deleteaccountdialog.ui
  46. deviceeditwidget.ui
  47. fetch-deps.bat
  48. globalsystemtray.cpp
  49. globalsystemtray.h
  50. ico.rc
  51. idlabel.cpp
  52. idlabel.h
  53. invitebuttonswidget.cpp
  54. invitebuttonswidget.h
  55. invitebuttonswidget.ui
  56. jami-qt.pro
  57. License.rtf
  58. linkdevwidget.cpp
  59. linkdevwidget.h
  60. linkdevwidget.ui
  61. linkify.js
  62. lrcinstance.h
  63. main.cpp
  64. mainwindow.cpp
  65. mainwindow.h
  66. mainwindow.ui
  67. messagewebpage.cpp
  68. messagewebpage.h
  69. messagewebview.cpp
  70. messagewebview.h
  71. navwidget.cpp
  72. navwidget.h
  73. newwizardwidget.cpp
  74. newwizardwidget.h
  75. newwizardwidget.ui
  76. passworddialog.cpp
  77. passworddialog.h
  78. passworddialog.ui
  79. photoboothdialog.cpp
  80. photoboothdialog.h
  81. photoboothdialog.ui
  82. photoboothwidget.cpp
  83. photoboothwidget.h
  84. photoboothwidget.ui
  85. pixbufmanipulator.cpp
  86. pixbufmanipulator.h
  87. qrencode-win32.patch
  88. README.md
  89. regnamedialog.cpp
  90. regnamedialog.h
  91. regnamedialog.ui
  92. ressources.qrc
  93. ring-client-windows.sln
  94. ring-client-windows.vcxproj
  95. ring-client-windows.vcxproj.filters
  96. ring.nsi
  97. ringbutton.cpp
  98. ringbutton.h
  99. ringbutton.ui
  100. ringcontactlineedit.cpp
  101. ringcontactlineedit.h
  102. ringthemeutils.h
  103. runguard.cpp
  104. runguard.h
  105. selectareadialog.cpp
  106. selectareadialog.h
  107. setavatardialog.cpp
  108. setavatardialog.h
  109. setavatardialog.ui
  110. settingsitemwidget.cpp
  111. settingsitemwidget.h
  112. settingskey.h
  113. settingswidget.cpp
  114. settingswidget.h
  115. settingswidget.ui
  116. shmclient.cpp
  117. shmclient.h
  118. smartlistmodel.cpp
  119. smartlistmodel.h
  120. smartlistselectorbuttonnotifier.cpp
  121. smartlistselectorbuttonnotifier.h
  122. smartlistview.cpp
  123. smartlistview.h
  124. stylesheet.css
  125. touch_res.bat
  126. update-translations.py
  127. utils.cpp
  128. utils.h
  129. version.h
  130. videooverlay.cpp
  131. videooverlay.h
  132. videooverlay.ui
  133. videoview.cpp
  134. videoview.h
  135. videoview.ui
  136. videowidget.cpp
  137. videowidget.h
  138. webchathelpers.cpp
  139. webchathelpers.h
  140. windowscontactbackend.cpp
  141. windowscontactbackend.h
  142. winsparkle.patch
README.md

Jami-qt

jami-qt is the cross platform client for Jami. For now, it's mainly used for the Windows platform and is not tested on other platforms.

jami-logo

For more information about the jami project, see the following:

Requirements

  • Jami client library and Jami daemon
  • Mingw-w64 build environment
  • Qt5 (we link against Qt5Core, Qt5Widgets, Qt5Gui) built with Mingw
  • Qt5 Svg, Qt5 ImageFormats & Qt5 WinExtras built with Mingw

Get the source code

  • git clone https://gerrit-ring.savoirfairelinux.com/ring-client-windows

Build instructions

NOTE: The build process is currently under a full refactorization. This section will be updated soon

Windows

TBD

Build winsparkle

In the client directory after having initialized the submodule:

cd winsparkle
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=<LRC Directory>/cmake/winBuild.cmake -DCMAKE_INSTALL_PREFIX=Install dir of Jami and LRC> ../cmake",
make
make install

Packaging

cd build/release
makensis ring.nsi

Linux

For now, this process is experimental. The best way to do that is:

  1. Compile the daemon and LRC as specified in these projects (see the respective repositories or https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/Build-instructions).
  2. Install needed dependencies (TBD):
    • For Fedora:
sudo dnf install qt5-qtsvg-devel qt5-qtwebengine-devel qt5-multimedia-devel
  1. If you are not using the ring-project repository, you have to define the LRC environment variable to contains the install directory for LRC. Also, you will have to setup LD_LIBRARY_PATH if your install directory is a custom one.
  2. Then, build the client:
mkdir build
cd build
qmake-qt5 ../jami-qt.pro
make -j 9
  1. Then, you are finally ready to launch jami-qt in your build directory.

Known issues

  1. The build system is not straight forward
  2. Video doesn't work
  3. Can't maximize/minimize window
  4. Crash if the daemon is not started and installed.

Mac OS

TBD

Debugging

Compile the client with 'BUILD=Debug' and libRingClient with '-DCMAKE_BUILD_TYPE=Debug'